From 66f6ee9bb91939cabc681d078bc4aad2ba5aae18 Mon Sep 17 00:00:00 2001 From: bjorn Date: Tue, 12 Mar 2024 11:56:30 -0700 Subject: [PATCH] v0.17.1; --- etc/Info.plist | 2 +- etc/boot.lua | 2 +- src/util.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/Info.plist b/etc/Info.plist index f9a067c0..f053b5c3 100644 --- a/etc/Info.plist +++ b/etc/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleVersion - v0.17.0 + v0.17.1 NSHighResolutionCapable diff --git a/etc/boot.lua b/etc/boot.lua index 5adc1ec8..dc4039c7 100644 --- a/etc/boot.lua +++ b/etc/boot.lua @@ -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 = { diff --git a/src/util.h b/src/util.h index cf30a859..01101ab3 100644 --- a/src/util.h +++ b/src/util.h @@ -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