mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
release v0.6pre4-hotfix
This commit is contained in:
parent
c04f123344
commit
e3bebdca08
1 changed files with 2 additions and 2 deletions
|
@ -47,8 +47,8 @@
|
|||
#define BUSY_BEGIN_SOFT softLocked=true; isBusy.lock();
|
||||
#define BUSY_END isBusy.unlock(); softLocked=false;
|
||||
|
||||
#define DIV_VERSION "0.6pre4"
|
||||
#define DIV_ENGINE_VERSION 143
|
||||
#define DIV_VERSION "0.6pre5"
|
||||
#define DIV_ENGINE_VERSION 144
|
||||
// for imports
|
||||
#define DIV_VERSION_MOD 0xff01
|
||||
#define DIV_VERSION_FC 0xff02
|
||||
|
|
Loading…
Reference in a new issue