release 0.5.1

This commit is contained in:
tildearrow 2022-02-01 03:50:11 -05:00
parent 5f918a7d18
commit 7c9beca93f
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 0)
set(CMAKE_PROJECT_VERSION_PATCH 1)
if (ANDROID)
set(BUILD_GUI OFF)

View file

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

View file

@ -11,8 +11,8 @@
#include <map>
#include <queue>
#define DIV_VERSION "0.5"
#define DIV_ENGINE_VERSION 35
#define DIV_VERSION "0.5.1"
#define DIV_ENGINE_VERSION 36
enum DivStatusView {
DIV_STATUS_NOTHING=0,