release v0.5.4

sorry this doesn't include too many features as it is another critical
bug fix release
This commit is contained in:
tildearrow 2022-02-05 16:47:22 -05:00
parent 12d4cd6467
commit 045dfa679a
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@ -11,8 +11,8 @@
#include <map>
#include <queue>
#define DIV_VERSION "0.5.3"
#define DIV_ENGINE_VERSION 41
#define DIV_VERSION "0.5.4"
#define DIV_ENGINE_VERSION 42
enum DivStatusView {
DIV_STATUS_NOTHING=0,