diff options
author | Damien George <damien@micropython.org> | 2024-05-31 14:19:55 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-05-31 14:19:55 +1000 |
commit | a61c446c0b34e82aeb54b9770250d267656f2b7f (patch) | |
tree | ca936dd84055503668179dcb2f557d64910f9968 | |
parent | 30a9ccf4caa72c62cb8656a1572518fef34b08a4 (diff) | |
download | micropython-1.23.0.tar.gz micropython-1.23.0.zip |
all: Bump version to 1.23.0.v1.23.0
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 1aa3e06994..0ea52b1d8b 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. |