update !Compatibily & !DebugTools

This commit is contained in:
Crum
2018-02-19 22:20:51 -06:00
parent 611f11aff9
commit 644d0cd74a
6 changed files with 207 additions and 91 deletions
@@ -8,6 +8,7 @@ License: MIT
]]
local MAJOR_VERSION = "LibBabble-Zone-3.0"
--local MINOR_VERSION = 90000 + tonumber(("$Revision: 107 $"):match("%d+"))
local MINOR_VERSION = 90000 + tonumber(string.match("$Revision: 107 $", "%d+"))
if not LibStub then error(MAJOR_VERSION .. " requires LibStub.") end