all: Bump version to 1.20.0.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George 2023-04-26 15:42:28 +10:00
parent 57ca8b71ee
commit 294baf52b3

View File

@ -28,8 +28,8 @@
// Current version of MicroPython // Current version of MicroPython
#define MICROPY_VERSION_MAJOR 1 #define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 19 #define MICROPY_VERSION_MINOR 20
#define MICROPY_VERSION_MICRO 1 #define MICROPY_VERSION_MICRO 0
// Combined version as a 32-bit number for convenience // Combined version as a 32-bit number for convenience
#define MICROPY_VERSION ( \ #define MICROPY_VERSION ( \