summaryrefslogtreecommitdiffhomepage
path: root/include/CompilerKit/Detail
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-09 22:38:30 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-09 22:40:16 +0100
commit462a7e9796970b259815369ffaf4c5e24af3139c (patch)
tree96f4b1c8f788881b68d1580498affbea0600c351 /include/CompilerKit/Detail
parent0877f8698ad68a324d866642ab950a5b22e49af1 (diff)
wip: Nectar stack and object allocation in frontend.v0.1.2-develop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/CompilerKit/Detail')
-rw-r--r--include/CompilerKit/Detail/PreConfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/CompilerKit/Detail/PreConfig.h b/include/CompilerKit/Detail/PreConfig.h
index 827c641..bd90e00 100644
--- a/include/CompilerKit/Detail/PreConfig.h
+++ b/include/CompilerKit/Detail/PreConfig.h
@@ -60,7 +60,7 @@
#ifndef kDistRelease
-#define kDistVersion "v0.0.7-compilerkit"
+#define kDistVersion "v0.1.3-compilerkit"
#define kDistVersionBCD 0x0002
#define ToString(X) Stringify(X)