summaryrefslogtreecommitdiffstatshomepage
path: root/py/persistentcode.c
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2017-10-05 10:48:23 +1100
committerDamien George <damien.p.george@gmail.com>2017-10-05 10:49:44 +1100
commitff93fd4f50321c6190e1659b19e64fef3045a484 (patch)
treed6bbf4f3621995facc3d1fea2abecdc2b0d72cb4 /py/persistentcode.c
parent36f7952f764aea782e0223948fabae36abf3ec63 (diff)
downloadmicropython-ff93fd4f50321c6190e1659b19e64fef3045a484.tar.gz
micropython-ff93fd4f50321c6190e1659b19e64fef3045a484.zip
py/persistentcode: Bump .mpy version number to version 3.
The binary and unary ops have changed bytecode encoding.
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 d8b17c7e6b..e0bb8f1d65 100644
--- a/py/persistentcode.c
+++ b/py/persistentcode.c
@@ -39,7 +39,7 @@
#include "py/smallint.h"
// The current version of .mpy files
-#define MPY_VERSION (2)
+#define MPY_VERSION (3)
// The feature flags byte encodes the compile-time config options that
// affect the generate bytecode.