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:
Damien George
2019-09-26 16:39:37 +10:00
parent 96f2a38075
commit 5716c5cf65
3 changed files with 4 additions and 4 deletions

View File

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