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:
Damien George
2023-10-16 10:48:36 +11:00
parent 9b63421fb3
commit 6967ff3c58
4 changed files with 5 additions and 5 deletions

View File

@@ -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