py/persistentcode: Bump .mpy sub-version.
This is required because the previous commit changed the .mpy native ABI. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -36,7 +36,7 @@ import makeqstrdata as qstrutil
|
||||
|
||||
# MicroPython constants
|
||||
MPY_VERSION = 6
|
||||
MPY_SUB_VERSION = 1
|
||||
MPY_SUB_VERSION = 2
|
||||
MP_CODE_BYTECODE = 2
|
||||
MP_CODE_NATIVE_VIPER = 4
|
||||
MP_NATIVE_ARCH_X86 = 1
|
||||
|
||||
Reference in New Issue
Block a user