Fix documentation and behavior for 1.13 release

This commit is contained in:
Francesco Abbate
2020-12-06 11:23:33 +01:00
parent afda299fe4
commit 1c4b8cf315
5 changed files with 84 additions and 22 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.11");
lua_pushstring(L, "1.13");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());