summaryrefslogtreecommitdiffstatshomepage
path: root/py/persistentcode.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-03-07 17:13:24 +1100
committerDamien George <damien.p.george@gmail.com>2019-03-08 15:53:05 +1100
commit9a5f92ea72754c01cc03e5efcdfe94021120531e (patch)
tree0c97b497cb37c8012d19452cfddb2bafe90a2a98 /py/persistentcode.c
parentea3c80a514c5dc4cc3a8349815eceec4fa1ac57f (diff)
downloadmicropython-9a5f92ea72754c01cc03e5efcdfe94021120531e.tar.gz
micropython-9a5f92ea72754c01cc03e5efcdfe94021120531e.zip
py/persistentcode: Bump .mpy version to 4.
Diffstat (limited to 'py/persistentcode.c')
-rw-r--r--py/persistentcode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/persistentcode.c b/py/persistentcode.c
index 78849fedff..ad502a5116 100644
--- a/py/persistentcode.c
+++ b/py/persistentcode.c
@@ -41,7 +41,7 @@
#define QSTR_LAST_STATIC MP_QSTR_zip
// The current version of .mpy files
-#define MPY_VERSION (3)
+#define MPY_VERSION (4)
// Macros to encode/decode flags to/from the feature byte
#define MPY_FEATURE_ENCODE_FLAGS(flags) (flags)