release v0.6.5

the TIA release
This commit is contained in:
tildearrow 2024-06-25 00:20:44 -05:00
parent eddd0cda3c
commit b04a2e38db
52 changed files with 2138 additions and 1749 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 "dev213"
#define DIV_ENGINE_VERSION 213
#define DIV_VERSION "0.6.5"
#define DIV_ENGINE_VERSION 214
// for imports
#define DIV_VERSION_MOD 0xff01
#define DIV_VERSION_FC 0xff02