File size: 222 Bytes
053b80b |
1 2 3 4 5 6 7 8 9 10 11 |
#ifndef VERSION_H
#define VERSION_H
#define PROJECT_NAME "KortexApiCpp"
#define PROJECT_VER "2.7.0"
#define PROJECT_VER_MAJOR "2"
#define PROJECT_VER_MINOR "7"
#define PTOJECT_VER_PATCH "0"
#endif //VERSION_H
|