summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--py/mpconfig.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/py/mpconfig.h b/py/mpconfig.h
index 6f1619127..53f1125bc 100644
--- a/py/mpconfig.h
+++ b/py/mpconfig.h
@@ -27,9 +27,9 @@
#define MICROPY_INCLUDED_PY_MPCONFIG_H
// Current version of MicroPython
-#define MICROPY_VERSION_MAJOR (1)
-#define MICROPY_VERSION_MINOR (9)
-#define MICROPY_VERSION_MICRO (4)
+#define MICROPY_VERSION_MAJOR 1
+#define MICROPY_VERSION_MINOR 9
+#define MICROPY_VERSION_MICRO 4
// Combined version as a 32-bit number for convenience
#define MICROPY_VERSION ( \