aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6bf68b70..cf9baa13 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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());