From e32c3ea2df123e6a7f11a86eb359b60e50170143 Mon Sep 17 00:00:00 2001 From: bjorn Date: Mon, 14 Oct 2019 18:21:07 -0700 Subject: [PATCH] v0.13.0; --- src/core/util.h | 4 ++-- src/resources/Info.plist | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/util.h b/src/core/util.h index a1315a8fe..79eaef969 100644 --- a/src/core/util.h +++ b/src/core/util.h @@ -4,9 +4,9 @@ #pragma once #define LOVR_VERSION_MAJOR 0 -#define LOVR_VERSION_MINOR 12 +#define LOVR_VERSION_MINOR 13 #define LOVR_VERSION_PATCH 0 -#define LOVR_VERSION_ALIAS "Mushroom Detector" +#define LOVR_VERSION_ALIAS "Very Velociraptor" #ifdef _WIN32 #define LOVR_EXPORT __declspec(dllexport) diff --git a/src/resources/Info.plist b/src/resources/Info.plist index 5a958a9d9..d0e389b07 100644 --- a/src/resources/Info.plist +++ b/src/resources/Info.plist @@ -13,7 +13,7 @@ CFBundlePackageType APPL CFBundleVersion - v0.12.0 + v0.13.0 NSHighResolutionCapable