all: Bump version to 1.20.0.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
parent
57ca8b71ee
commit
294baf52b3
@ -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 ( \
|
||||||
|
Loading…
Reference in New Issue
Block a user