From 7d153a162ac0942f0b9df06a39f4344bafe99cb0 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Sat, 14 Dec 2024 23:06:08 +0100 Subject: [PATCH] Prepare 0.6.6 --- README.md | 2 +- src/version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 568641489..43ca18aef 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ fn void main() ### Current status -The current stable version of the compiler is **version 0.6.4**. +The current stable version of the compiler is **version 0.6.5**. The upcoming 0.6.x releases will focus on expanding the standard library. Follow the issues [here](https://github.com/c3lang/c3c/issues). diff --git a/src/version.h b/src/version.h index b76614680..d19ff6b3c 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ -#define COMPILER_VERSION "0.6.5" -#define PRERELEASE 0 \ No newline at end of file +#define COMPILER_VERSION "0.6.6" +#define PRERELEASE 1 \ No newline at end of file