Null terminate version compatibility list

This commit is contained in:
Bart van Strien
2011-10-04 15:19:17 +02:00
parent 73de544d21
commit 9425c56de8
+1 -1
View File
@@ -28,7 +28,7 @@ namespace love
const int VERSION_MINOR = 8; const int VERSION_MINOR = 8;
const int VERSION_REV = 0; const int VERSION_REV = 0;
const char * VERSION = "0.8.0"; const char * VERSION = "0.8.0";
const char * VERSION_COMPATIBILITY[] = { VERSION }; const char * VERSION_COMPATIBILITY[] = { VERSION, 0 };
const char * VERSION_CODENAME = "Rubber Piggy"; const char * VERSION_CODENAME = "Rubber Piggy";
} // love } // love