From 9e80f1b26cd47a969fd1eb270fca6ba4f2bd5727 Mon Sep 17 00:00:00 2001 From: Christoffer Lerno Date: Mon, 30 Jun 2025 17:21:32 +0200 Subject: [PATCH] Release candidate. --- README.md | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3847e39a7..7df43a4a4 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ fn void main() ### Current status -The current stable version of the compiler is **version 0.7.2**. +The current stable version of the compiler is **version 0.7.3**. The upcoming 0.7.x releases will focus on expanding the standard library, fixing bugs and improving compile time analysis. diff --git a/src/version.h b/src/version.h index e3efc9b74..5b2f0f772 100644 --- a/src/version.h +++ b/src/version.h @@ -1,2 +1,2 @@ #define COMPILER_VERSION "0.7.3" -#define PRERELEASE 1 +#define PRERELEASE 0