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_MAJOR 0)
set(CMAKE_PROJECT_VERSION_MINOR 2) set(CMAKE_PROJECT_VERSION_MINOR 2)
set(CMAKE_PROJECT_VERSION_PATCH 1) set(CMAKE_PROJECT_VERSION_PATCH 2)
if (ANDROID) if (ANDROID)
set(BUILD_GUI OFF) set(BUILD_GUI OFF)

View file

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

View file

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