release 0.2.2

This commit is contained in:
tildearrow 2022-01-06 13:24:12 -05:00
parent e8dc1e3c8b
commit 28d3dc2691
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 1)
set(CMAKE_PROJECT_VERSION_PATCH 2)
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.1</string>
<string>0.2.2</string>
<key>CFBundleName</key>
<string>Furnace</string>
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>0.2.1</string>
<string>0.2.2</string>
<key>NSHumanReadableCopyright</key>
<string></string>
<key>NSHighResolutionCapable</key>

View File

@ -14,8 +14,8 @@
// - implement the .fur format
// - increase all 17 fields to 128 or more
#define DIV_VERSION "0.2.1"
#define DIV_ENGINE_VERSION 13
#define DIV_VERSION "0.2.2"
#define DIV_ENGINE_VERSION 14
enum DivStatusView {
DIV_STATUS_NOTHING=0,