summaryrefslogtreecommitdiff
path: root/tools/mpy-tool.py
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 /tools/mpy-tool.py
parentea3c80a514c5dc4cc3a8349815eceec4fa1ac57f (diff)
py/persistentcode: Bump .mpy version to 4.
Diffstat (limited to 'tools/mpy-tool.py')
-rwxr-xr-xtools/mpy-tool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mpy-tool.py b/tools/mpy-tool.py
index 318343227..ff31a61bd 100755
--- a/tools/mpy-tool.py
+++ b/tools/mpy-tool.py
@@ -57,7 +57,7 @@ class FreezeError(Exception):
return 'error while freezing %s: %s' % (self.rawcode.source_file, self.msg)
class Config:
- MPY_VERSION = 3
+ MPY_VERSION = 4
MICROPY_LONGINT_IMPL_NONE = 0
MICROPY_LONGINT_IMPL_LONGLONG = 1
MICROPY_LONGINT_IMPL_MPZ = 2