all: Bump version to 1.24.1.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2024-11-29 23:53:11 +11:00
parent 564ef28ad2
commit ecfdd5d6f9

View File

@ -31,7 +31,7 @@
// are unavailable. // are unavailable.
#define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 24 #define MICROPY_VERSION_MINOR 24
#define MICROPY_VERSION_MICRO 0 #define MICROPY_VERSION_MICRO 1
#define MICROPY_VERSION_PRERELEASE 0 #define MICROPY_VERSION_PRERELEASE 0
// Combined version as a 32-bit number for convenience to allow version // Combined version as a 32-bit number for convenience to allow version