Introduce new plugin versioning tag mod-version

New plugins should use the version tag:

-- mod-version: 1

The old version tag "-- lite-xl 1.16" will be considerer equivalent
to mod-version 1.
This commit is contained in:
Francesco Abbate
2021-05-05 22:38:29 +02:00
parent 135dfa6f03
commit 5cef643e02
22 changed files with 35 additions and 39 deletions
+2 -1
View File
@@ -1,6 +1,7 @@
-- this file is used by lite-xl to setup the Lua environment
-- when starting
VERSION = "1.16.7"
VERSION = "1.16.8"
MOD_VERSION = "1"
SCALE = tonumber(os.getenv("LITE_SCALE")) or SCALE
PATHSEP = package.config:sub(1, 1)