Skip to content

Commit

Permalink
v0.17.0;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed Oct 15, 2023
1 parent 99f8c3a commit 1d6f3af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.16.0</string>
<string>v0.17.0</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.16.0',
version = '0.17.0',
identity = 'default',
saveprecedence = true,
modules = {
Expand Down
4 changes: 2 additions & 2 deletions src/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 16
#define LOVR_VERSION_MINOR 17
#define LOVR_VERSION_PATCH 0
#define LOVR_VERSION_ALIAS "Toad Rage"
#define LOVR_VERSION_ALIAS "Tritium Gourmet"

#ifdef _MSC_VER
#define LOVR_THREAD_LOCAL __declspec(thread)
Expand Down

0 comments on commit 1d6f3af

Please sign in to comment.