git-svn-id: svn://db.shs.com.ru/pip@976 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
@@ -76,10 +76,7 @@ PIString errorString() {
|
||||
}
|
||||
|
||||
PIString PIPVersion() {
|
||||
static PIString ret(PIString::fromNumber(PIP_VERSION_MAJOR) + "." +
|
||||
PIString::fromNumber(PIP_VERSION_MINOR) + "." +
|
||||
PIString::fromNumber(PIP_VERSION_REVISION) +
|
||||
PIP_VERSION_SUFFIX);
|
||||
static PIString ret = PIStringAscii(PIP_VERSION_NAME);
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user