This commit is contained in:
bjorn 2020-10-05 16:40:27 -06:00
parent 0388213be4
commit 85cc82d8cb
3 changed files with 4 additions and 4 deletions

View File

@ -5,9 +5,9 @@
#pragma once
#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 13
#define LOVR_VERSION_MINOR 14
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Very Velociraptor"
#define LOVR_VERSION_ALIAS "Maximum Moss"
#ifdef _WIN32
#define LOVR_EXPORT __declspec(dllexport)

View File

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

View File

@ -98,7 +98,7 @@ end
-- Note: Cannot be overloaded
function lovr.boot()
local conf = {
version = '0.13.0',
version = '0.14.0',
identity = 'default',
saveprecedence = true,
modules = {