[SYSDM] Introduce KERNEL_VERSION_REVISION_RC and align system uptime string

This commit is contained in:
Colin Finck 2021-01-31 18:33:17 +01:00
parent 39b6643030
commit 50a01ed170
27 changed files with 82 additions and 78 deletions

View file

@ -9,6 +9,9 @@
#define KERNEL_VERSION_RC "@KERNEL_VERSION@\0"
#define KERNEL_VERSION_STR "@KERNEL_VERSION@"
#define KERNEL_VERSION_REVISION_RC "@REVISION@\0"
#define KERNEL_VERSION_REVISION_STR "@REVISION@"
#define KERNEL_VERSION_COMMIT_HASH "@COMMIT_HASH@"
#define REACTOS_DLL_VERSION_MAJOR @REACTOS_DLL_VERSION_MAJOR@