We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ff170 commit 099cc9fCopy full SHA for 099cc9f
py/mpconfig.h
@@ -39,9 +39,9 @@
39
// as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags
40
// are unavailable.
41
#define MICROPY_VERSION_MAJOR 1
42
-#define MICROPY_VERSION_MINOR 27
+#define MICROPY_VERSION_MINOR 28
43
#define MICROPY_VERSION_MICRO 0
44
-#define MICROPY_VERSION_PRERELEASE 0
+#define MICROPY_VERSION_PRERELEASE 1
45
46
// Combined version as a 32-bit number for convenience to allow version
47
// comparison. Doesn't include prerelease state.
0 commit comments