summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-12-27 15:35:31 +1100
committerDamien George <damien@micropython.org>2023-12-27 15:35:31 +1100
commit9feb0689eeaca5ce88aedcc680f997a3b4d0221c (patch)
tree8f21831c161c94a48610dc7ff5855b4dbd4fdc53
parentd014c8282652d0e2643a9ba088445c542ad43450 (diff)
all: Bump version to 1.22.0.v1.22.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 c025bca26..66a083da4 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -32,7 +32,7 @@
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 22
#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.