From 9a5f92ea72754c01cc03e5efcdfe94021120531e Mon Sep 17 00:00:00 2001 From: Damien George Date: Thu, 7 Mar 2019 17:13:24 +1100 Subject: py/persistentcode: Bump .mpy version to 4. --- tools/mpy-tool.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') 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 -- cgit v1.2.3