release v0.6.1

This commit is contained in:
tildearrow 2024-02-03 00:58:43 -05:00
parent 09228cfd74
commit 2957645d9d
12 changed files with 20 additions and 17 deletions

View file

@ -52,10 +52,10 @@ class DivWorkPool;
#define EXTERN_BUSY_BEGIN_SOFT e->softLocked=true; e->isBusy.lock();
#define EXTERN_BUSY_END e->isBusy.unlock(); e->softLocked=false;
#define DIV_UNSTABLE
//#define DIV_UNSTABLE
#define DIV_VERSION "dev191"
#define DIV_ENGINE_VERSION 191
#define DIV_VERSION "0.6.1"
#define DIV_ENGINE_VERSION 192
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02