all: Bump version to 1.24.0.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2024-10-26 01:43:23 +11:00
parent 18c9abc329
commit f212bbe837

View File

@ -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.