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
#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 12
#define LOVR_VERSION_MINOR 13
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Mushroom Detector"
#define LOVR_VERSION_ALIAS "Very Velociraptor"
#ifdef _WIN32
#define LOVR_EXPORT __declspec(dllexport)

View File

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