summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2025-08-09 23:31:31 +1000
committerDamien George <damien@micropython.org>2025-08-09 23:31:31 +1000
commit4ce2dd2cdab6e57f3982fc899f15a2103d71b0be (patch)
tree0b4a3e1ad785c2612cec0b3cdce15295243134ae
parent593ae04eeb06b6fd7c6232eb41912b8d26170ddd (diff)
all: Bump version to 1.26.0.v1.26.0
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--py/mpconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index ed5ccccb6..8775b74bb 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -32,7 +32,7 @@
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 26
#define MICROPY_VERSION_MICRO 0
-#define MICROPY_VERSION_PRERELEASE 1
+#define MICROPY_VERSION_PRERELEASE 0
// Combined version as a 32-bit number for convenience to allow version
// comparison. Doesn't include prerelease state.