diff options
author | Damien George <damien@micropython.org> | 2023-04-26 15:42:28 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2023-04-26 15:42:28 +1000 |
commit | 294baf52b346e400e2255c6c1e82af5b978b18f7 (patch) | |
tree | 68e629a736346b579e04fa9031b6ed111698700f | |
parent | 57ca8b71ee1b7b9f4507934df60bc52b7ca5f8b7 (diff) | |
download | micropython-294baf52b346e400e2255c6c1e82af5b978b18f7.tar.gz micropython-294baf52b346e400e2255c6c1e82af5b978b18f7.zip |
all: Bump version to 1.20.0.v1.20.0
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r-- | py/mpconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h index 80e58d1cc4..7829cc1266 100644 --- a/py/mpconfig.h +++ b/py/mpconfig.h @@ -28,8 +28,8 @@ // Current version of MicroPython #define MICROPY_VERSION_MAJOR 1 -#define MICROPY_VERSION_MINOR 19 -#define MICROPY_VERSION_MICRO 1 +#define MICROPY_VERSION_MINOR 20 +#define MICROPY_VERSION_MICRO 0 // Combined version as a 32-bit number for convenience #define MICROPY_VERSION ( \ |