b45634ba5c
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@2727 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e90d02cad90a1ea3631517e1258951a3b78c6d4c Former-commit-id: dd41213d98d09050ff7c15ae94e618fa56484ab6
13 lines
212 B
CMake
Executable file
13 lines
212 B
CMake
Executable file
#ifndef MK_VERSION_H
|
|
#define MK_VERSION_H
|
|
|
|
#ifndef VERSION
|
|
#define VERSION "${VERSION}"
|
|
#endif //VERSION
|
|
|
|
#ifndef VERSION_LONG
|
|
#define VERSION_LONG "${VERSION_LONG}"
|
|
#endif //VERSION_LONG
|
|
|
|
#endif //MK_VERSION_H
|
|
|