File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 5
5
#pragma once
6
6
7
7
#define LOVR_VERSION_MAJOR 0
8
- #define LOVR_VERSION_MINOR 14
8
+ #define LOVR_VERSION_MINOR 15
9
9
#define LOVR_VERSION_PATCH 0
10
- #define LOVR_VERSION_ALIAS "Maximum Moss "
10
+ #define LOVR_VERSION_ALIAS "Government Goop "
11
11
12
12
#ifdef _WIN32
13
13
#define LOVR_NORETURN __declspec(noreturn)
Original file line number Diff line number Diff line change 13
13
<key >CFBundlePackageType </key >
14
14
<string >APPL </string >
15
15
<key >CFBundleVersion </key >
16
- <string >v0.14 .0 </string >
16
+ <string >v0.15 .0 </string >
17
17
<key >NSHighResolutionCapable </key >
18
18
<true />
19
19
</dict >
Original file line number Diff line number Diff line change 98
98
-- Note: Cannot be overloaded
99
99
function lovr .boot ()
100
100
local conf = {
101
- version = ' 0.14 .0' ,
101
+ version = ' 0.15 .0' ,
102
102
identity = ' default' ,
103
103
saveprecedence = true ,
104
104
modules = {
You can’t perform that action at this time.
0 commit comments