dev117 - save the flag

also serves as marker version for this huge change
This commit is contained in:
tildearrow 2022-09-23 13:36:23 -05:00
parent b9a4b568b6
commit 5e2cefff94
3 changed files with 17 additions and 9 deletions

View file

@ -46,8 +46,8 @@
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
#define BUSY_END isBusy.unlock(); softLocked=false;
#define DIV_VERSION "0.6pre1.5"
#define DIV_ENGINE_VERSION 116
#define DIV_VERSION "dev117"
#define DIV_ENGINE_VERSION 117
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02