diff options
Diffstat (limited to 'dev/ZKA/CompilerKit')
| -rw-r--r-- | dev/ZKA/CompilerKit/Version.hxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/ZKA/CompilerKit/Version.hxx b/dev/ZKA/CompilerKit/Version.hxx index edff10c5..83f7f534 100644 --- a/dev/ZKA/CompilerKit/Version.hxx +++ b/dev/ZKA/CompilerKit/Version.hxx @@ -1,4 +1,5 @@ #pragma once -#define BOOTLOADER_VERSION "VERSION: v1.14.2" -#define KERNEL_VERSION "VERSION: v1.14.2" +/// <COMMIT NUMBER>.<YEAR>.<PROGRAM VERSION> +#define BOOTLOADER_VERSION "843.2024.1" +#define KERNEL_VERSION "843.2024.1" |
