diff options
| author | Damien George <damien@micropython.org> | 2024-03-25 12:25:01 +1100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2024-03-28 16:18:26 +1100 |
| commit | bdbc869f9ea200c0d28b2bc7bfb60acd9d884e1b (patch) | |
| tree | 04cf0f88058d4144244c072605427707e7dd9b3e /tools/mpy-tool.py | |
| parent | 8b0efde927afb8409314ddf16f16a78b44b93d7a (diff) | |
py/persistentcode: Bump .mpy sub-version to 6.3.
This is required because the .mpy native ABI was changed by the
introduction of `mp_proto_fun_t`, see commits:
- 416465d81e911b088836f4e7c37fac2bc0f67917
- 5e3006f1172d0eabbbefeb3268dfb942ec7cf9cd
- e2ff00e81113d7a3f32f860652017644b5d68bf1
And three `mp_binary` functions were added to `mp_fun_table` in
commit d2276f0d41c2fa66a224725fdb2411846c91cf1a.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tools/mpy-tool.py')
| -rwxr-xr-x | tools/mpy-tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/mpy-tool.py b/tools/mpy-tool.py index 06ccd6a1d..86c4ba757 100755 --- a/tools/mpy-tool.py +++ b/tools/mpy-tool.py @@ -88,7 +88,7 @@ class FreezeError(Exception): class Config: MPY_VERSION = 6 - MPY_SUB_VERSION = 2 + MPY_SUB_VERSION = 3 MICROPY_LONGINT_IMPL_NONE = 0 MICROPY_LONGINT_IMPL_LONGLONG = 1 MICROPY_LONGINT_IMPL_MPZ = 2 |
