Increased version to 0.9.2.

This commit is contained in:
Alex Szpakowski
2014-06-18 19:05:43 -03:00
parent 2ae4e9cd5a
commit 738cc01468
4 changed files with 6 additions and 6 deletions
Binary file not shown.
+2 -2
View File
@@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>LoVe</string>
<key>CFBundleVersion</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
+1 -1
View File
@@ -46,7 +46,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>0.9.1</string>
<string>0.9.2</string>
<key>CFBundleSignature</key>
<string>LoVe</string>
<key>LSApplicationCategoryType</key>
+3 -3
View File
@@ -27,9 +27,9 @@ namespace love
// Version stuff.
const int VERSION_MAJOR = 0;
const int VERSION_MINOR = 9;
const int VERSION_REV = 1;
const char *VERSION = "0.9.1";
const char *VERSION_COMPATIBILITY[] = { VERSION, "0.9.0", 0 };
const int VERSION_REV = 2;
const char *VERSION = "0.9.2";
const char *VERSION_COMPATIBILITY[] = { VERSION, "0.9.1", "0.9.0", 0 };
const char *VERSION_CODENAME = "Baby Inspector";
} // love