oh wait I forgot to update version number!

This commit is contained in:
tildearrow 2022-10-08 00:53:58 -05:00
parent 75d75f68e6
commit bf75603c23
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
#define BUSY_END isBusy.unlock(); softLocked=false;
#define DIV_VERSION "dev120"
#define DIV_ENGINE_VERSION 120
#define DIV_VERSION "dev121"
#define DIV_ENGINE_VERSION 121
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02