This commit is contained in:
bjorn 2021-04-11 08:57:11 -06:00
parent 7b7c3132b8
commit fa47ecbdd3
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 14
#define LOVR_VERSION_MINOR 15
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Maximum Moss"
#define LOVR_VERSION_ALIAS "Government Goop"
#ifdef _WIN32
#define LOVR_NORETURN __declspec(noreturn)

View File

@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>v0.14.0</string>
<string>v0.15.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.14.0',
version = '0.15.0',
identity = 'default',
saveprecedence = true,
modules = {