aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2024-01-02 18:11:41 +1100
committerDamien George <damien@micropython.org>2024-01-02 18:11:41 +1100
commit2037edb5a22cf9c7d2dd665a3ce8b1eb470cadd1 (patch)
tree8f17d6712deac48c7d1d13a8e27589edcf34f1b1
parent9feb0689eeaca5ce88aedcc680f997a3b4d0221c (diff)
all: Bump version to 1.23.0-preview.v1.23.0-preview
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--py/mpconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 66a083da4..a1e9660bf 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -30,9 +30,9 @@
// as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags
// are unavailable.
#define MICROPY_VERSION_MAJOR 1
-#define MICROPY_VERSION_MINOR 22
+#define MICROPY_VERSION_MINOR 23
#define MICROPY_VERSION_MICRO 0
-#define MICROPY_VERSION_PRERELEASE 0
+#define MICROPY_VERSION_PRERELEASE 1
// Combined version as a 32-bit number for convenience to allow version
// comparison. Doesn't include prerelease state.