release 0.4

This commit is contained in:
tildearrow 2022-01-16 04:23:23 -05:00
parent 8c80af4a46
commit 35834a1116
3 changed files with 7 additions and 7 deletions

View file

@ -4,8 +4,8 @@ project(furnace)
set(CMAKE_CXX_STANDARD 14) set(CMAKE_CXX_STANDARD 14)
set(CMAKE_PROJECT_VERSION_MAJOR 0) set(CMAKE_PROJECT_VERSION_MAJOR 0)
set(CMAKE_PROJECT_VERSION_MINOR 3) set(CMAKE_PROJECT_VERSION_MINOR 4)
set(CMAKE_PROJECT_VERSION_PATCH 1) set(CMAKE_PROJECT_VERSION_PATCH 0)
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.3.1</string> <string>0.4</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.3.1</string> <string>0.4</string>
<key>CFBundleSignature</key> <key>CFBundleSignature</key>
<string>????</string> <string>????</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>0.3.1</string> <string>0.4</string>
<key>NSHumanReadableCopyright</key> <key>NSHumanReadableCopyright</key>
<string></string> <string></string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>

View file

@ -9,8 +9,8 @@
#include <map> #include <map>
#include <queue> #include <queue>
#define DIV_VERSION "0.4pre3" #define DIV_VERSION "0.4"
#define DIV_ENGINE_VERSION 19 #define DIV_ENGINE_VERSION 20
enum DivStatusView { enum DivStatusView {
DIV_STATUS_NOTHING=0, DIV_STATUS_NOTHING=0,