From 7ca63ce7145e7ed85d7610abb8a3c3454cb7f93d Mon Sep 17 00:00:00 2001 From: Dav999 Date: Tue, 19 Mar 2024 00:55:11 +0100 Subject: [PATCH] Version 1.11.1 --- Source/commitversion | 2 +- Source/main.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/commitversion b/Source/commitversion index 6f4247a6..3a2e3f49 100644 --- a/Source/commitversion +++ b/Source/commitversion @@ -1 +1 @@ -26 +-1 diff --git a/Source/main.lua b/Source/main.lua index aec87721..48cf1a9b 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