This commit is contained in:
tildearrow 2022-11-07 17:45:43 -05:00
parent 1d262a97ee
commit 06ddf07d48
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 "dev123"
#define DIV_ENGINE_VERSION 123
#define DIV_VERSION "dev124"
#define DIV_ENGINE_VERSION 124
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02