mirror of
https://github.com/love2d/love.git
synced 2026-08-12 00:20:52 +02:00
Updated the version.
This commit is contained in:
Binary file not shown.
@@ -40,7 +40,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.10.1</string>
|
||||
<string>0.10.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
||||
@@ -56,7 +56,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.10.1</string>
|
||||
<string>0.10.2</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>LoVe</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
|
||||
@@ -25,12 +25,12 @@ namespace love
|
||||
{
|
||||
|
||||
// Version stuff.
|
||||
#define LOVE_VERSION_STRING "0.10.1"
|
||||
#define LOVE_VERSION_STRING "0.10.2"
|
||||
static const int VERSION_MAJOR = 0;
|
||||
static const int VERSION_MINOR = 10;
|
||||
static const int VERSION_REV = 1;
|
||||
static const int VERSION_REV = 2;
|
||||
static const char *VERSION = LOVE_VERSION_STRING;
|
||||
static const char *VERSION_COMPATIBILITY[] = { VERSION, "0.10.0", 0 };
|
||||
static const char *VERSION_COMPATIBILITY[] = { VERSION, "0.10.1", "0.10.0", 0 };
|
||||
static const char *VERSION_CODENAME = "Super Toast";
|
||||
|
||||
} // love
|
||||
|
||||
Reference in New Issue
Block a user