Bump 1.16 version number

This commit is contained in:
Francesco Abbate
2021-01-13 16:52:27 +01:00
parent 08b010a2da
commit 882413e92d
+1 -1
View File
@@ -103,7 +103,7 @@ init_lua:
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.15");
lua_pushstring(L, "1.16");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());