release 0.4.3

urgent release due to serious bug when removing systems
This commit is contained in:
tildearrow 2022-01-19 01:40:15 -05:00
parent efee5c3d7a
commit fe757ac6e7
3 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_PROJECT_VERSION_MAJOR 0)
set(CMAKE_PROJECT_VERSION_MINOR 4)
set(CMAKE_PROJECT_VERSION_PATCH 2)
set(CMAKE_PROJECT_VERSION_PATCH 3)
if (ANDROID)
set(BUILD_GUI OFF)

View File

@ -15,17 +15,17 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleLongVersionString</key>
<string>0.4.2</string>
<string>0.4.3</string>
<key>CFBundleName</key>
<string>Furnace</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.4.2</string>
<string>0.4.3</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.4.2</string>
<string>0.4.3</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>

View File

@ -10,8 +10,8 @@
#include <map>
#include <queue>
#define DIV_VERSION "0.4.2"
#define DIV_ENGINE_VERSION 22
#define DIV_VERSION "0.4.3"
#define DIV_ENGINE_VERSION 23
enum DivStatusView {
DIV_STATUS_NOTHING=0,