From fa47ecbdd37e63336f15ba2227c28e7d29cf4634 Mon Sep 17 00:00:00 2001 From: bjorn Date: Sun, 11 Apr 2021 08:57:11 -0600 Subject: [PATCH] v0.15.0; --- src/core/util.h | 4 ++-- src/resources/Info.plist | 2 +- src/resources/boot.lua | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/core/util.h b/src/core/util.h index 55d5f105d..e68370436 100644 --- a/src/core/util.h +++ b/src/core/util.h @@ -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) diff --git a/src/resources/Info.plist b/src/resources/Info.plist index 04d1c6922..fd38c660e 100644 --- a/src/resources/Info.plist +++ b/src/resources/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleVersion - v0.14.0 + v0.15.0 NSHighResolutionCapable diff --git a/src/resources/boot.lua b/src/resources/boot.lua index 9a5e7f8e5..799a1991a 100644 --- a/src/resources/boot.lua +++ b/src/resources/boot.lua @@ -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 = {