Skip to content

Commit 367178f

Browse files
committed
all: Bump version to 1.29.0-preview.
Signed-off-by: Damien George <damien@micropython.org>
1 parent e0e9fbb commit 367178f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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 28
42+
#define MICROPY_VERSION_MINOR 29
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)