Files
pip/src_main/piversion.h
Бычков Андрей 30973842d1 RTOS work threads
git-svn-id: svn://db.shs.com.ru/pip@687 12ceb7fc-bf1f-11e4-8940-5bc7170c53b5
2019-02-05 15:40:22 +00:00

11 lines
241 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 0
#define PIP_VERSION_SUFFIX "_alpha_2"
#endif // PIVERSION_H