mirror of
https://github.com/HEYAHONG/SimpleBLETool.git
synced 2025-05-08 13:43:41 +08:00
15 lines
368 B
C
15 lines
368 B
C
#ifndef __PROJECT_VERSION_H__
|
|
#define __PROJECT_VERSION_H__
|
|
|
|
#define PROJECT_MAJOR_VERSION ${PROJECT_MAJOR_VERSION_STR}
|
|
|
|
#define PROJECT_MINOR_VERSION ${PROJECT_MINOR_VERSION_STR}
|
|
|
|
#define PROJECT_REVISION_VERSION ${PROJECT_REVISION_VERSION_STR}
|
|
|
|
#define PROJECT_BUILD_VERSION ${PROJECT_BUILD_VERSION_STR}
|
|
|
|
#define PROJECT_VERSION_STR "${PROJECT_VERSION_STR}"
|
|
|
|
#endif
|