diff options
Diffstat (limited to 'dev/kernel/CompilerKit/Version.h')
| -rw-r--r-- | dev/kernel/CompilerKit/Version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/kernel/CompilerKit/Version.h b/dev/kernel/CompilerKit/Version.h index 11854cd8..9e1d9cce 100644 --- a/dev/kernel/CompilerKit/Version.h +++ b/dev/kernel/CompilerKit/Version.h @@ -5,3 +5,6 @@ /// <COMMIT NUMBER>.<YEAR>.<PROGRAM VERSION> #define BOOTLOADER_VERSION "1104.2025.110" #define KERNEL_VERSION "1104.2025.110" + +#define BOOTLOADER_VERSION_BCD 0x11042025110 +#define KERNEL_VERSION_BCD 0x11042025110 |
