diff options
author | Damien George <damien@micropython.org> | 2024-11-29 23:53:11 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-11-29 23:53:11 +1100 |
commit | ecfdd5d6f9be971852003c2049600dc7b3e2a838 (patch) | |
tree | 678c99495c1b6119ee1ef308af9b41d562819628 | |
parent | 564ef28ad2ca1c0fb302ac3f46d5f2d07de353de (diff) | |
download | micropython-v1.24-release.tar.gz micropython-v1.24-release.zip |
all: Bump version to 1.24.1.v1.24.1v1.24-release
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 caea0f4f7a..a828f505ce 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -31,7 +31,7 @@ // are unavailable. #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 24 -#define MICROPY_VERSION_MICRO 0 +#define MICROPY_VERSION_MICRO 1 #define MICROPY_VERSION_PRERELEASE 0 // Combined version as a 32-bit number for convenience to allow version |