mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:33:00 +00:00
[SYSDM] Introduce KERNEL_VERSION_REVISION_RC and align system uptime string
This commit is contained in:
parent
39b6643030
commit
50a01ed170
27 changed files with 82 additions and 78 deletions
|
@ -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@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue