Skip to content

Commit

Permalink
v0.15.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Apr 11, 2021
1 parent 7b7c313 commit fa47ecb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/core/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
#pragma once

#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 14
#define LOVR_VERSION_MINOR 15
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Maximum Moss"
#define LOVR_VERSION_ALIAS "Government Goop"

#ifdef _WIN32
#define LOVR_NORETURN __declspec(noreturn)
Expand Down
2 changes: 1 addition & 1 deletion src/resources/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleVersion</key>
<string>v0.14.0</string>
<string>v0.15.0</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion src/resources/boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ end
-- Note: Cannot be overloaded
function lovr.boot()
local conf = {
version = '0.14.0',
version = '0.15.0',
identity = 'default',
saveprecedence = true,
modules = {
Expand Down

0 comments on commit fa47ecb

Please sign in to comment.