Version 1.11

This commit is contained in:
rxi 2020-07-05 10:56:39 +01:00
parent 99831bbc29
commit 91c43dc01e
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.10");
lua_pushstring(L, "1.11");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());