1 parent 36f7952 commit ff93fd4Copy full SHA for ff93fd4
3 files changed
ports/minimal/frozentest.mpy
0 Bytes
py/persistentcode.c
@@ -39,7 +39,7 @@
39
#include "py/smallint.h"
40
41
// The current version of .mpy files
42
-#define MPY_VERSION (2)
+#define MPY_VERSION (3)
43
44
// The feature flags byte encodes the compile-time config options that
45
// affect the generate bytecode.
tools/mpy-tool.py
@@ -57,7 +57,7 @@ def __str__(self):
57
return 'error while freezing %s: %s' % (self.rawcode.source_file, self.msg)
58
59
class Config:
60
- MPY_VERSION = 2
+ MPY_VERSION = 3
61
MICROPY_LONGINT_IMPL_NONE = 0
62
MICROPY_LONGINT_IMPL_LONGLONG = 1
63
MICROPY_LONGINT_IMPL_MPZ = 2
0 commit comments