diff --git a/Source/commitversion b/Source/commitversion index ea90ee31..3a2e3f49 100644 --- a/Source/commitversion +++ b/Source/commitversion @@ -1 +1 @@ -45 +-1 diff --git a/Source/main.lua b/Source/main.lua index 8e75cca2..4ef6e4ff 100644 --- a/Source/main.lua +++ b/Source/main.lua @@ -16,7 +16,7 @@ vergroups = {10,0} ver = "1." .. vergroups[1] .. "." .. vergroups[2] -- Displayed in title and used in plugin minimum version check (egrep [^aotepk]ver[^socmdygwt] *.lua -i) checkver = ver -- update check, displayed in crash (used to have a or b as opposed to ver) -intermediate_version = true -- If true, this is a WIP version +intermediate_version = false -- If true, this is a WIP version if intermediate_version then -- Extra pair of brackets to not turn the number of bytes into the base for tonumber