mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +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_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
|
||||||
|
|||||||
Reference in New Issue
Block a user