release v0.5.5

This commit is contained in:
tildearrow 2022-02-09 03:44:48 -05:00
parent 30d279ea89
commit 589b887928
3 changed files with 6 additions and 6 deletions

View File

@ -14,7 +14,7 @@ set(CMAKE_CXX_STANDARD 14)
set(CMAKE_PROJECT_VERSION_MAJOR 0)
set(CMAKE_PROJECT_VERSION_MINOR 5)
set(CMAKE_PROJECT_VERSION_PATCH 4)
set(CMAKE_PROJECT_VERSION_PATCH 5)
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.4</string>
<string>0.5.5</string>
<key>CFBundleName</key>
<string>Furnace</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.5.4</string>
<string>0.5.5</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.5.4</string>
<string>0.5.5</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>

View File

@ -11,8 +11,8 @@
#include <map>
#include <queue>
#define DIV_VERSION "0.5.5pre3"
#define DIV_ENGINE_VERSION 45
#define DIV_VERSION "0.5.5"
#define DIV_ENGINE_VERSION 46
enum DivStatusView {
DIV_STATUS_NOTHING=0,