git-svn-id: svn://db.shs.com.ru/pip@976 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5

This commit is contained in:
2020-03-24 19:53:40 +00:00
parent d1294a43d2
commit 9123b3c857
4 changed files with 445 additions and 4 deletions

View File

@@ -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;
}