Forgot to remove SVN revisions

This commit is contained in:
Sandor Takacs
2014-02-10 17:46:21 +01:00
parent cbd2c3a896
commit 0501487428

View File

@ -1,5 +1,5 @@
local MBC = "MyBagsCore-1.0" local MBC = "MyBagsCore-1.0"
local MBC_MINOR = tonumber(("$Rev$"):match("(%d+)")) local MBC_MINOR = "2014021001"
if not LibStub then error(MBC .. " requires LibStub.") end if not LibStub then error(MBC .. " requires LibStub.") end
local MyBagsCore = LibStub:NewLibrary(MBC, MBC_MINOR) local MyBagsCore = LibStub:NewLibrary(MBC, MBC_MINOR)
if not MyBagsCore then return end if not MyBagsCore then return end