aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-06-07 14:02:45 +0100
committerrxi <rxi@users.noreply.github.com>2020-06-07 14:02:45 +0100
commitdb471c05547f060acbaa3001d235588431da5bef (patch)
tree8de30e513a78ead7085582bc83046ce3c66d44a1 /src
parent6a7e214d1cb7ecdd292dd2b17c17f2504904db4e (diff)
downloadlite-xl-1.07.tar.gz
lite-xl-1.07.zip
Version 1.07v1.07
Diffstat (limited to 'src')
-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());