Bump new version number

This commit is contained in:
Francesco Abbate 2020-12-31 11:27:35 +01:00
parent 2cdf674b97
commit d3686bb6f4
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ init_lua:
} }
lua_setglobal(L, "ARGS"); lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.14"); lua_pushstring(L, "1.15");
lua_setglobal(L, "VERSION"); lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform()); lua_pushstring(L, SDL_GetPlatform());