Skip to content

Commit

Permalink
Version 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daaaav committed Dec 12, 2023
1 parent 6a4d54c commit 3bd043e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/commitversion
Original file line number Diff line number Diff line change
@@ -1 +1 @@
21
-1
2 changes: 1 addition & 1 deletion Source/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3bd043e

Please sign in to comment.