diff options
author | Damien George <damien@micropython.org> | 2025-04-21 17:07:30 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-04-21 17:07:30 +1000 |
commit | 28901b2c300e8c9dacd2236502bb00c5f3f24958 (patch) | |
tree | 1ee457e6d8c036a5b577bb76b5fa24fcb57f2c11 | |
parent | f498a16c7db6d4b2de200b3e0856528dfe0613c3 (diff) | |
download | micropython-28901b2c300e8c9dacd2236502bb00c5f3f24958.tar.gz micropython-28901b2c300e8c9dacd2236502bb00c5f3f24958.zip |
all: Bump version to 1.26.0-preview.v1.26.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 dcf0e4f05c..d06932a77b 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 25 +#define MICROPY_VERSION_MINOR 26 #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. |