diff options
author | Damien George <damien@micropython.org> | 2024-10-26 01:43:23 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-10-26 01:43:23 +1100 |
commit | f212bbe837489f297c9d25d608bdb7b8c3da988d (patch) | |
tree | bff97721bdc2c9656aae6c30e365b9dd0bb8e004 | |
parent | 18c9abc32930728d0403d8c13994adc3cabba8db (diff) | |
download | micropython-1.24.0.tar.gz micropython-1.24.0.zip |
all: Bump version to 1.24.0.v1.24.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 7aa22d52e0..caea0f4f7a 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -32,7 +32,7 @@ #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 24 #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. |