Upped version to 0.6.1.

This commit is contained in:
rude
2010-02-03 20:22:18 +01:00
parent e7a6323635
commit 160c8eee3b
3 changed files with 64 additions and 73 deletions
+2 -2
View File
@@ -26,10 +26,10 @@ namespace love
// Version stuff.
const int VERSION_MAJOR = 0;
const int VERSION_MINOR = 6;
const int VERSION_REV = 0;
const int VERSION_REV = 1;
const int VERSION = VERSION_MAJOR*100 + VERSION_MINOR*10 + VERSION_REV;
const int VERSION_COMPATIBILITY[] = { VERSION, 0 };
const char * VERSION_STR = "0.6.0";
const char * VERSION_STR = "0.6.1";
const char * VERSION_CODENAME = "Jiggly Juice";
} // love