Skip to content

Commit 099cc9f

Browse files
committed
all: Bump version to 1.28.0-preview.
Signed-off-by: Damien George <[email protected]>
1 parent 78ff170 commit 099cc9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

py/mpconfig.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
// as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags
4040
// are unavailable.
4141
#define MICROPY_VERSION_MAJOR 1
42-
#define MICROPY_VERSION_MINOR 27
42+
#define MICROPY_VERSION_MINOR 28
4343
#define MICROPY_VERSION_MICRO 0
44-
#define MICROPY_VERSION_PRERELEASE 0
44+
#define MICROPY_VERSION_PRERELEASE 1
4545

4646
// Combined version as a 32-bit number for convenience to allow version
4747
// comparison. Doesn't include prerelease state.

0 commit comments

Comments
 (0)