King_DuckZ
f307656bda
The project now embeds the git sha1 of the source it's built from (this implies a cmake regen of wordref if the current sha1 changes)
10 lines
290 B
C
10 lines
290 B
C
#ifndef id21852921F3D842438F1282E46979CCB2
|
|
#define id21852921F3D842438F1282E46979CCB2
|
|
|
|
#define APP_NAME "@PROJECT_NAME@"
|
|
#define APP_VER_MAJOR @PROJ_VER_MAJOR@
|
|
#define APP_VER_MINOR @PROJ_VER_MINOR@
|
|
#define APP_VER_REVISION @PROJ_VER_REVISION@
|
|
#define APP_VER_GIT "@PROJ_GIT_SHA1@"
|
|
|
|
#endif
|