wordreference/wordref/cmake_gen.h.in
King_DuckZ f307656bda Added the --version switch;
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)
2013-08-22 12:07:38 +02:00

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