Files
pip/src_main/piversion.h

10 lines
203 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 "_beta"
#endif // PIVERSION_H