Version 1.07

This commit is contained in:
rxi 2020-06-07 14:02:45 +01:00
parent 6a7e214d1c
commit db471c0554
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.06");
lua_pushstring(L, "1.07");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());