From 882413e92d4024158163be8381e8ebeb1661b281 Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Wed, 13 Jan 2021 16:52:27 +0100 Subject: [PATCH] Bump 1.16 version number --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index f77069cc..4caa3cb1 100644 --- a/src/main.c +++ b/src/main.c @@ -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());