release 0.2.1

several fixes and stuff
This commit is contained in:
tildearrow 2022-01-01 12:45:21 -05:00
parent 2608c0d84e
commit cbc39909e4
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 2)
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.2</string>
<string>0.2.1</string>
<key>CFBundleName</key>
<string>Furnace</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2</string>
<string>0.2.1</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2</string>
<string>0.2.1</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>

View File

@ -9,8 +9,8 @@
#include <map>
#include <queue>
#define DIV_VERSION "0.2"
#define DIV_ENGINE_VERSION 12
#define DIV_VERSION "0.2.1"
#define DIV_ENGINE_VERSION 13
enum DivStatusView {
DIV_STATUS_NOTHING=0,