File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
===
3
3
4
- dev
4
+ v0.18.0 - 2025-02-14
5
5
---
6
6
7
7
### Add
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.17.1 </string >
16
+ <string >v0.18.0 </string >
17
17
<key >NSHighResolutionCapable </key >
18
18
<true />
19
19
</dict >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lovr = require 'lovr'
3
3
local lovr = lovr
4
4
5
5
local conf = {
6
- version = ' 0.17.1 ' ,
6
+ version = ' 0.18.0 ' ,
7
7
identity = ' default' ,
8
8
saveprecedence = true ,
9
9
modules = {
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 17
9
- #define LOVR_VERSION_PATCH 1
10
- #define LOVR_VERSION_ALIAS "Tritium Gourmet "
8
+ #define LOVR_VERSION_MINOR 18
9
+ #define LOVR_VERSION_PATCH 0
10
+ #define LOVR_VERSION_ALIAS "Dream Eater "
11
11
12
12
#ifdef __cplusplus
13
13
#define LOVR_NORETURN [[noreturn]]
You can’t perform that action at this time.
0 commit comments