diff options
author | Damien George <damien@micropython.org> | 2024-02-20 22:59:55 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2024-02-20 22:59:55 +1100 |
commit | 8cd15829e293f01dae91b6a2d4a995bfaeca887b (patch) | |
tree | 637f54e856dafff34beb8b85e447c8fa3b343f19 | |
parent | ee3c9ccb541732ae57de490dd914225ddce8f8a2 (diff) | |
download | micropython-v1.22-release.tar.gz micropython-v1.22-release.zip |
all: Bump version to 1.22.2.v1.22.2v1.22-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 e0d1ad44eb..627388c670 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -31,7 +31,7 @@ // are unavailable. #define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MINOR 22 -#define MICROPY_VERSION_MICRO 1 +#define MICROPY_VERSION_MICRO 2 #define MICROPY_VERSION_PRERELEASE 0 // Combined version as a 32-bit number for convenience to allow version |