11 lines
233 B
C
11 lines
233 B
C
// 108 141 174 cmake version offset
|
|
#ifndef PIVERSION_H
|
|
#define PIVERSION_H
|
|
|
|
#define PIP_VERSION_MAJOR 1
|
|
#define PIP_VERSION_MINOR 9
|
|
#define PIP_VERSION_REVISION 2
|
|
#define PIP_VERSION_SUFFIX ""
|
|
|
|
#endif // PIVERSION_H
|