This commit is contained in:
bjorn 2019-10-14 18:21:07 -07:00
parent 505d315c18
commit e32c3ea2df
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@
#pragma once #pragma once
#define LOVR_VERSION_MAJOR 0 #define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 12 #define LOVR_VERSION_MINOR 13
#define LOVR_VERSION_PATCH 0 #define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Mushroom Detector" #define LOVR_VERSION_ALIAS "Very Velociraptor"
#ifdef _WIN32 #ifdef _WIN32
#define LOVR_EXPORT __declspec(dllexport) #define LOVR_EXPORT __declspec(dllexport)

View File

@ -13,7 +13,7 @@
<key>CFBundlePackageType</key> <key>CFBundlePackageType</key>
<string>APPL</string> <string>APPL</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>v0.12.0</string> <string>v0.13.0</string>
<key>NSHighResolutionCapable</key> <key>NSHighResolutionCapable</key>
<true/> <true/>
</dict> </dict>