diff --git a/Source/commitversion b/Source/commitversion index 6f4247a..3a2e3f4 100644 --- a/Source/commitversion +++ b/Source/commitversion @@ -1 +1 @@ -26 +-1 diff --git a/Source/main.lua b/Source/main.lua index aec8772..48cf1a9 100644 --- a/Source/main.lua +++ b/Source/main.lua @@ -16,7 +16,7 @@ vergroups = {11,1} 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