diff options
| author | Damien George <damien@micropython.org> | 2025-08-10 08:42:11 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-08-10 08:42:11 +1000 |
| commit | 7e8705fe2bdb083535e85c206b9fed9d2754e665 (patch) | |
| tree | ea158efc4c5ae942630c1ee18b59f43e047ad892 | |
| parent | 4ce2dd2cdab6e57f3982fc899f15a2103d71b0be (diff) | |
all: Bump version to 1.27.0-preview.v1.27.0-preview
Signed-off-by: Damien George <damien@micropython.org>
| -rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 8775b74bb..dd41ff6a7 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -30,9 +30,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 26 +#define MICROPY_VERSION_MINOR 27 #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. |
