mirror of
https://github.com/love2d/love.git
synced 2026-08-17 02:58:31 +02:00
Null terminate version compatibility list
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user