Merged default into minor

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2015-01-29 21:27:05 -04:00
22 changed files with 149 additions and 164 deletions
+2 -1
View File
@@ -25,10 +25,11 @@ namespace love
{
// Version stuff.
#define LOVE_VERSION_STRING "0.10.0"
const int VERSION_MAJOR = 0;
const int VERSION_MINOR = 10;
const int VERSION_REV = 0;
const char *VERSION = "0.10.0";
const char *VERSION = LOVE_VERSION_STRING;
const char *VERSION_COMPATIBILITY[] = { VERSION, 0 };
const char *VERSION_CODENAME = "";