mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
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:
@@ -88,7 +88,7 @@ class FreezeError(Exception):
|
||||
|
||||
class Config:
|
||||
MPY_VERSION = 6
|
||||
MPY_SUB_VERSION = 1
|
||||
MPY_SUB_VERSION = 2
|
||||
MICROPY_LONGINT_IMPL_NONE = 0
|
||||
MICROPY_LONGINT_IMPL_LONGLONG = 1
|
||||
MICROPY_LONGINT_IMPL_MPZ = 2
|
||||
|
||||
Reference in New Issue
Block a user