From 4ce2dd2cdab6e57f3982fc899f15a2103d71b0be Mon Sep 17 00:00:00 2001 From: Damien George Date: Sat, 9 Aug 2025 23:31:31 +1000 Subject: [PATCH] all: Bump version to 1.26.0. Signed-off-by: Damien George --- py/mpconfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.