diff options
author | Damien George <damien.p.george@gmail.com> | 2019-01-26 00:56:48 +1100 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-01-26 00:56:48 +1100 |
commit | 3e25d611ef3185b68558a20057d50b0d18dc67a0 (patch) | |
tree | f9fdc5d7192d480d8e1c21c77eb1154504e581d5 /py | |
parent | aba83e66d7d405d64e5788537eade62329f70929 (diff) |
all: Bump version to 1.10.v1.10
Diffstat (limited to 'py')
-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 53f1125bc..ce1a8cbfc 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 9 -#define MICROPY_VERSION_MICRO 4 +#define MICROPY_VERSION_MINOR 10 +#define MICROPY_VERSION_MICRO 0 // Combined version as a 32-bit number for convenience #define MICROPY_VERSION ( \ |