aboutsummaryrefslogtreecommitdiff
path: root/py/persistentcode.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2019-09-26 16:39:37 +1000
committerDamien George <damien.p.george@gmail.com>2019-09-26 16:39:37 +1000
commit5716c5cf65e9b2cb46c2906f40302401bdd27517 (patch)
treec3e3ecc5efaae279c8c434df5a5320ec216be284 /py/persistentcode.h
parent96f2a3807583945042b628b5184b0c91cf2714a2 (diff)
py/persistentcode: Bump .mpy version to 5.
The bytecode opcodes have changed (there are more, and they have been reordered).
Diffstat (limited to 'py/persistentcode.h')
-rw-r--r--py/persistentcode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/py/persistentcode.h b/py/persistentcode.h
index 2074c64fe..67c5f3463 100644
--- a/py/persistentcode.h
+++ b/py/persistentcode.h
@@ -31,7 +31,7 @@
#include "py/emitglue.h"
// The current version of .mpy files
-#define MPY_VERSION 4
+#define MPY_VERSION 5
enum {
MP_NATIVE_ARCH_NONE = 0,