diff options
author | Damien George <damien@micropython.org> | 2025-09-11 14:21:12 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-09-11 14:21:12 +1000 |
commit | 647c8b96cae7e202c7a020395b7cfe65e5b8ce04 (patch) | |
tree | 94c7e2e4750e78344c80ee339426357bb58d9173 | |
parent | 0edead495c46054141cd890acaa94c832e6f9252 (diff) |
all: Bump version to 1.26.1.v1.26.1origin/v1.26-release
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | py/mpconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 8775b74bb..311d7bba4 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -31,7 +31,7 @@ // are unavailable. #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 26 -#define MICROPY_VERSION_MICRO 0 +#define MICROPY_VERSION_MICRO 1 #define MICROPY_VERSION_PRERELEASE 0 // Combined version as a 32-bit number for convenience to allow version |