Skip to content

Commit

Permalink
v0.14.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Oct 5, 2020
1 parent 0388213 commit 85cc82d
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 13
#define LOVR_VERSION_MINOR 14
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Very Velociraptor"
#define LOVR_VERSION_ALIAS "Maximum Moss"

#ifdef _WIN32
#define LOVR_EXPORT __declspec(dllexport)
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.13.0</string>
<string>v0.14.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.13.0',
version = '0.14.0',
identity = 'default',
saveprecedence = true,
modules = {
Expand Down

0 comments on commit 85cc82d

Please sign in to comment.