Browse Source

Null terminate version compatibility list

Bart van Strien 14 years ago
parent
commit
9425c56de8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/common/version.h

+ 1 - 1
src/common/version.h

@@ -28,7 +28,7 @@ namespace love
 	const int VERSION_MINOR = 8;
 	const int VERSION_REV = 0;
 	const char * VERSION = "0.8.0";
-	const char * VERSION_COMPATIBILITY[] =  { VERSION };
+	const char * VERSION_COMPATIBILITY[] =  { VERSION, 0 };
 	const char * VERSION_CODENAME = "Rubber Piggy";
 
 } // love