pip 0.4.2 alpha r2

git-svn-id: svn://db.shs.com.ru/pip@3 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
This commit is contained in:
2015-02-28 13:05:45 +00:00
parent 03100ecfc3
commit 8e451c891d
11 changed files with 213 additions and 331 deletions

10
src/piversion.h Normal file
View File

@@ -0,0 +1,10 @@
// 108 141 174 cmake version offset
#ifndef PIVERSION_H
#define PIVERSION_H
#define PIP_VERSION_MAJOR 0
#define PIP_VERSION_MINOR 4
#define PIP_VERSION_REVISION 2
#define PIP_VERSION_SUFFIX "_alpha"
#endif // PIVERSION_H