diff options
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 ( \ |