Update readme and changelog for release 1.14

This commit is contained in:
Francesco Abbate
2020-12-13 13:04:29 +01:00
parent 3a38ded396
commit e50d67df85
3 changed files with 62 additions and 10 deletions
+1 -1
View File
@@ -103,7 +103,7 @@ init_lua:
}
lua_setglobal(L, "ARGS");
lua_pushstring(L, "1.13");
lua_pushstring(L, "1.14");
lua_setglobal(L, "VERSION");
lua_pushstring(L, SDL_GetPlatform());