aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-05-31 14:19:55 +1000
committerDamien George <damien@micropython.org>2024-05-31 14:19:55 +1000
commita61c446c0b34e82aeb54b9770250d267656f2b7f (patch)
treeca936dd84055503668179dcb2f557d64910f9968
parent30a9ccf4caa72c62cb8656a1572518fef34b08a4 (diff)
all: Bump version to 1.23.0.v1.23.0
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--py/mpconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 1aa3e0699..0ea52b1d8 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -32,7 +32,7 @@
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 23
#define MICROPY_VERSION_MICRO 0
-#define MICROPY_VERSION_PRERELEASE 1
+#define MICROPY_VERSION_PRERELEASE 0
// Combined version as a 32-bit number for convenience to allow version
// comparison. Doesn't include prerelease state.