From 3bd043eb4e77f7935a2311c29aa02dadb9e50050 Mon Sep 17 00:00:00 2001 From: Dav999 Date: Tue, 12 Dec 2023 01:07:50 +0100 Subject: [PATCH] Version 1.11.0 --- Source/commitversion | 2 +- Source/main.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/commitversion b/Source/commitversion index aabe6ec3..3a2e3f49 100644 --- a/Source/commitversion +++ b/Source/commitversion @@ -1 +1 @@ -21 +-1 diff --git a/Source/main.lua b/Source/main.lua index 67de7a8f..927bf385 100644 --- a/Source/main.lua +++ b/Source/main.lua @@ -16,7 +16,7 @@ vergroups = {11,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