diff options
| author | Amlal <amlal@nekernel.org> | 2025-04-26 08:56:59 +0200 |
|---|---|---|
| committer | Amlal <amlal@nekernel.org> | 2025-04-26 08:56:59 +0200 |
| commit | c791c2de8bdcd89035dd004b73d05217e40e179c (patch) | |
| tree | acfb69b173218dbc42f69ef0c0ab9070f88a3411 /dev/LibCompiler/Version.h | |
| parent | 7258fbf7c8785a3390441bbbac44d78b2e4facbf (diff) | |
dev: codebase has been improved in terms of cli and consistency.
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'dev/LibCompiler/Version.h')
| -rw-r--r-- | dev/LibCompiler/Version.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/LibCompiler/Version.h b/dev/LibCompiler/Version.h index a623312..601bb28 100644 --- a/dev/LibCompiler/Version.h +++ b/dev/LibCompiler/Version.h @@ -6,8 +6,8 @@ #pragma once -#define kDistVersion "v1.1.0" -#define kDistVersionBCD 0x0110 +#define kDistVersion "v0.0.1" +#define kDistVersionBCD 0x0001 #define ToString(X) Stringify(X) #define Stringify(X) #X |
