summaryrefslogtreecommitdiffstatshomepage
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-04-21 17:07:30 +1000
committerDamien George <damien@micropython.org>2025-04-21 17:07:30 +1000
commit28901b2c300e8c9dacd2236502bb00c5f3f24958 (patch)
tree1ee457e6d8c036a5b577bb76b5fa24fcb57f2c11 /py
parentf498a16c7db6d4b2de200b3e0856528dfe0613c3 (diff)
downloadmicropython-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>
Diffstat (limited to 'py')
-rw-r--r--py/mpconfig.h4
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.