Skip to content

Commit fa47ecb

Browse files
committed
v0.15.0;
1 parent 7b7c313 commit fa47ecb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/core/util.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#pragma once
66

77
#define LOVR_VERSION_MAJOR 0
8-
#define LOVR_VERSION_MINOR 14
8+
#define LOVR_VERSION_MINOR 15
99
#define LOVR_VERSION_PATCH 0
10-
#define LOVR_VERSION_ALIAS "Maximum Moss"
10+
#define LOVR_VERSION_ALIAS "Government Goop"
1111

1212
#ifdef _WIN32
1313
#define LOVR_NORETURN __declspec(noreturn)

src/resources/Info.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<key>CFBundlePackageType</key>
1414
<string>APPL</string>
1515
<key>CFBundleVersion</key>
16-
<string>v0.14.0</string>
16+
<string>v0.15.0</string>
1717
<key>NSHighResolutionCapable</key>
1818
<true/>
1919
</dict>

src/resources/boot.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ end
9898
-- Note: Cannot be overloaded
9999
function lovr.boot()
100100
local conf = {
101-
version = '0.14.0',
101+
version = '0.15.0',
102102
identity = 'default',
103103
saveprecedence = true,
104104
modules = {

0 commit comments

Comments
 (0)