Make ReactOS report the Git revision as output by "git describe".
[reactos.git] / sdk / include / reactos / buildno.h.cmake
1 /* Do not edit - Machine generated */
2 #ifndef _INC_REACTOS_BUILDNO
3 #define _INC_REACTOS_BUILDNO
4
5 #define KERNEL_VERSION_BUILD @KERNEL_VERSION_BUILD@
6 #define KERNEL_VERSION_BUILD_STR "@KERNEL_VERSION_BUILD@-@REVISION@"
7 #define KERNEL_VERSION_BUILD_RC "@KERNEL_VERSION_BUILD@-@REVISION@\0"
8
9 #define KERNEL_VERSION_RC "@KERNEL_VERSION@\0"
10 #define KERNEL_VERSION_STR "@KERNEL_VERSION@"
11
12 #define KERNEL_VERSION_COMMIT_HASH "@COMMIT_HASH@"
13
14 #define REACTOS_DLL_VERSION_MAJOR @REACTOS_DLL_VERSION_MAJOR@
15 #define REACTOS_DLL_VERSION_RC "@DLL_VERSION_STR@\0"
16 #define REACTOS_DLL_VERSION_STR "@DLL_VERSION_STR@"
17
18 #define REACTOS_COMPILER_NAME "@CMAKE_C_COMPILER_ID@"
19 #define REACTOS_COMPILER_VERSION "@CMAKE_C_COMPILER_VERSION@"
20
21 #endif
22 /* EOF */