From 1253e3aae115d1bce55db1984269d77f575b4596 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Fri, 16 Jan 2015 15:54:18 -0400 Subject: [PATCH] Updated version to 0.10.0. --HG-- branch : minor --- extra/windows/love.rc | Bin 3632 -> 3636 bytes platform/macosx/Info-Framework.plist | 4 ++-- platform/macosx/love-Info.plist | 10 +++++----- src/common/version.h | 8 ++++---- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/extra/windows/love.rc b/extra/windows/love.rc index 16030396fa4e729fd603f1149df2c3764d8f0579..8fd682913888ea1ae84b01b6f62bedd376cf43a2 100644 GIT binary patch delta 40 scmdlWvqffu5(}pxg8_pc5Gze?WRaij!D7J-6algg84WgXW~t=_0Kf_fc>n+a delta 46 zcmdlYvq5Hq5(~Q}gC2tsgVN+iR?*20EKZD;VAcj^uE}2P0?Y~wMw_>@)N%p<4yg-q diff --git a/platform/macosx/Info-Framework.plist b/platform/macosx/Info-Framework.plist index d2104642e..437894a5f 100644 --- a/platform/macosx/Info-Framework.plist +++ b/platform/macosx/Info-Framework.plist @@ -17,11 +17,11 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.9.2 + 0.10.0 CFBundleSignature LoVe CFBundleVersion - 0.9.2 + 0.10.0 NSPrincipalClass diff --git a/platform/macosx/love-Info.plist b/platform/macosx/love-Info.plist index 215e9069c..b84b0ead4 100644 --- a/platform/macosx/love-Info.plist +++ b/platform/macosx/love-Info.plist @@ -33,16 +33,16 @@ None + CFBundleTypeIconFile + Document CFBundleTypeName Document - CFBundleTypeRole - Editor CFBundleTypeOSTypes **** - CFBundleTypeIconFile - Document + CFBundleTypeRole + Editor CFBundleExecutable @@ -58,7 +58,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 0.9.2 + 0.10.0 CFBundleSignature LoVe LSApplicationCategoryType diff --git a/src/common/version.h b/src/common/version.h index ba4b15259..6bae8a663 100644 --- a/src/common/version.h +++ b/src/common/version.h @@ -26,10 +26,10 @@ namespace love // Version stuff. const int VERSION_MAJOR = 0; -const int VERSION_MINOR = 9; -const int VERSION_REV = 2; -const char *VERSION = "0.9.2"; -const char *VERSION_COMPATIBILITY[] = { VERSION, "0.9.1", "0.9.0", 0 }; +const int VERSION_MINOR = 10; +const int VERSION_REV = 0; +const char *VERSION = "0.10.0"; +const char *VERSION_COMPATIBILITY[] = { VERSION, 0 }; const char *VERSION_CODENAME = "Baby Inspector"; } // love