Skip to content

Commit 4d74787

Browse files
committed
v0.18.0;
1 parent c8296c8 commit 4d74787

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
===
33

4-
dev
4+
v0.18.0 - 2025-02-14
55
---
66

77
### Add

etc/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.17.1</string>
16+
<string>v0.18.0</string>
1717
<key>NSHighResolutionCapable</key>
1818
<true/>
1919
</dict>

etc/boot.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ lovr = require 'lovr'
33
local lovr = lovr
44

55
local conf = {
6-
version = '0.17.1',
6+
version = '0.18.0',
77
identity = 'default',
88
saveprecedence = true,
99
modules = {

src/util.h

+3-3
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 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]]

0 commit comments

Comments
 (0)