py/persistentcode: Bump .mpy version to 5.
The bytecode opcodes have changed (there are more, and they have been reordered).
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#include "py/emitglue.h"
|
||||
|
||||
// The current version of .mpy files
|
||||
#define MPY_VERSION 4
|
||||
#define MPY_VERSION 5
|
||||
|
||||
enum {
|
||||
MP_NATIVE_ARCH_NONE = 0,
|
||||
|
||||
Reference in New Issue
Block a user