Version 1.05

This commit is contained in:
rxi 2020-05-24 13:52:10 +01:00
parent c2d27ab3f7
commit 61a2a2c4e5
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ int main(int argc, char **argv) {
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.04");
lua_pushstring(L, "1.05");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());