From 10f1e23931e2b43631b4d79ac1bc0f2ac477eed1 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Wed, 22 Jan 2014 18:26:10 -0400 Subject: [PATCH] Increased version to 0.9.1 --- platform/macosx/Info-Framework.plist | 4 ++-- platform/macosx/love-Info.plist | 2 +- src/common/version.h | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/platform/macosx/Info-Framework.plist b/platform/macosx/Info-Framework.plist index 2bdfccf99..9ac7b9f46 100644 --- a/platform/macosx/Info-Framework.plist +++ b/platform/macosx/Info-Framework.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.0 + 0.9.1 CFBundleSignature LoVe CFBundleVersion - 0.9.0 + 0.9.1 NSPrincipalClass diff --git a/platform/macosx/love-Info.plist b/platform/macosx/love-Info.plist index b14f6022a..c7585e930 100644 --- a/platform/macosx/love-Info.plist +++ b/platform/macosx/love-Info.plist @@ -46,7 +46,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.0 + 0.9.1 CFBundleSignature LoVe LSApplicationCategoryType diff --git a/src/common/version.h b/src/common/version.h index d8798f9dc..9a07b4572 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -27,8 +27,8 @@ namespace love // Version stuff. const int VERSION_MAJOR = 0; const int VERSION_MINOR = 9; -const int VERSION_REV = 0; -const char *VERSION = "0.9.0"; +const int VERSION_REV = 1; +const char *VERSION = "0.9.1"; const char *VERSION_COMPATIBILITY[] = { VERSION, 0 }; const char *VERSION_CODENAME = "Baby Inspector";