File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
22===
33
4- dev
4+ v0.18.0 - 2025-02-14
55---
66
77### Add
Original file line number Diff line number Diff line change 1313 <key >CFBundlePackageType </key >
1414 <string >APPL </string >
1515 <key >CFBundleVersion </key >
16- <string >v0.17.1 </string >
16+ <string >v0.18.0 </string >
1717 <key >NSHighResolutionCapable </key >
1818 <true />
1919</dict >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ lovr = require 'lovr'
33local lovr = lovr
44
55local conf = {
6- version = ' 0.17.1 ' ,
6+ version = ' 0.18.0 ' ,
77 identity = ' default' ,
88 saveprecedence = true ,
99 modules = {
Original file line number Diff line number Diff line change 55#pragma once
66
77#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 "
1111
1212#ifdef __cplusplus
1313#define LOVR_NORETURN [[noreturn]]
You can’t perform that action at this time.
0 commit comments