Skip to content

Commit

Permalink
v0.17.1;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Mar 12, 2024
1 parent 38f05b9 commit 66f6ee9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion etc/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.17.0</string>
<string>v0.17.1</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion etc/boot.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lovr = require 'lovr'
-- Note: Cannot be overloaded
function lovr.boot()
local conf = {
version = '0.17.0',
version = '0.17.1',
identity = 'default',
saveprecedence = true,
modules = {
Expand Down
2 changes: 1 addition & 1 deletion src/util.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

#define LOVR_VERSION_MAJOR 0
#define LOVR_VERSION_MINOR 17
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_PATCH 1
#define LOVR_VERSION_ALIAS "Tritium Gourmet"

#ifdef _MSC_VER
Expand Down

0 comments on commit 66f6ee9

Please sign in to comment.