release v0.6.8
This commit is contained in:
parent
13b56870ec
commit
7d96ddaef2
10 changed files with 32 additions and 14 deletions
|
|
@ -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 "0.6.8pre2"
|
||||
#define DIV_ENGINE_VERSION 226
|
||||
#define DIV_VERSION "0.6.8"
|
||||
#define DIV_ENGINE_VERSION 227
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
#define DIV_VERSION_FC 0xff02
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue