We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a61c446 commit 2926001Copy full SHA for 2926001
py/mpconfig.h
@@ -30,9 +30,9 @@
30
// as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags
31
// are unavailable.
32
#define MICROPY_VERSION_MAJOR 1
33
-#define MICROPY_VERSION_MINOR 23
+#define MICROPY_VERSION_MINOR 24
34
#define MICROPY_VERSION_MICRO 0
35
-#define MICROPY_VERSION_PRERELEASE 0
+#define MICROPY_VERSION_PRERELEASE 1
36
37
// Combined version as a 32-bit number for convenience to allow version
38
// comparison. Doesn't include prerelease state.
0 commit comments