release v0.4.6

don't worry, this won't be the final release
This commit is contained in:
tildearrow 2022-01-21 04:42:18 -05:00
parent 4cffcc01e5
commit 61639e5123
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 4)
set(CMAKE_PROJECT_VERSION_PATCH 5)
set(CMAKE_PROJECT_VERSION_PATCH 6)
if (ANDROID)
set(BUILD_GUI OFF)

View file

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

View file

@ -10,8 +10,8 @@
#include <map>
#include <queue>
#define DIV_VERSION "0.4.5"
#define DIV_ENGINE_VERSION 26
#define DIV_VERSION "0.4.6"
#define DIV_ENGINE_VERSION 27
enum DivStatusView {
DIV_STATUS_NOTHING=0,