Bumping version numbers.

This commit is contained in:
Adam Harrison
2022-04-03 16:44:02 -04:00
parent 50acf2e7e6
commit 45a0382d50
26 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
-- this file is used by lite-xl to setup the Lua environment when starting
VERSION = "@PROJECT_VERSION@"
MOD_VERSION = "2"
MOD_VERSION = "3"
SCALE = tonumber(os.getenv("LITE_SCALE") or os.getenv("GDK_SCALE") or os.getenv("QT_SCALE_FACTOR")) or SCALE
PATHSEP = package.config:sub(1, 1)