Files
pip/src_main/piversion.h
Бычков Андрей 9b2be3333b pthread patch, need test
git-svn-id: svn://db.shs.com.ru/pip@887 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
2020-02-26 13:07:05 +00:00

10 lines
204 B
C

#ifndef PIVERSION_H
#define PIVERSION_H
#define PIP_VERSION_MAJOR 1
#define PIP_VERSION_MINOR 12
#define PIP_VERSION_REVISION 1
#define PIP_VERSION_SUFFIX "_alpha"
#endif // PIVERSION_H