From c791c2de8bdcd89035dd004b73d05217e40e179c Mon Sep 17 00:00:00 2001 From: Amlal Date: Sat, 26 Apr 2025 08:56:59 +0200 Subject: dev: codebase has been improved in terms of cli and consistency. Signed-off-by: Amlal --- dev/LibCompiler/Version.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dev/LibCompiler/Version.h') 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 -- cgit v1.2.3