all: Bump version to 1.29.0-preview.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2026-04-07 13:07:26 +10:00
parent e0e9fbb17e
commit 367178fce7

View File

@ -39,9 +39,9 @@
// as well as a fallback to generate MICROPY_GIT_TAG if the git repo or tags
// are unavailable.
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 28
#define MICROPY_VERSION_MINOR 29
#define MICROPY_VERSION_MICRO 0
#define MICROPY_VERSION_PRERELEASE 0
#define MICROPY_VERSION_PRERELEASE 1
// Combined version as a 32-bit number for convenience to allow version
// comparison. Doesn't include prerelease state.