aboutsummaryrefslogtreecommitdiff
path: root/py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-06-17 12:57:59 +1000
committerDamien George <damien@micropython.org>2022-06-17 12:57:59 +1000
commit9b486340da22931cde82872f79e1c34db959548b (patch)
tree90c589fc2ebd489dd8ebd501fd4fdedf80cd4090 /py
parent5233fb3a3d3245bd4c5dfb781e3fcbc8a3fbfd6a (diff)
all: Bump version to 1.19.1.v1.19.1
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'py')
-rw-r--r--py/mpconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index bf5c0e643..d70d39ae9 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -29,7 +29,7 @@
// Current version of MicroPython
#define MICROPY_VERSION_MAJOR 1
#define MICROPY_VERSION_MINOR 19
-#define MICROPY_VERSION_MICRO 0
+#define MICROPY_VERSION_MICRO 1
// Combined version as a 32-bit number for convenience
#define MICROPY_VERSION ( \