From 0501487428cc4ec6e970d68564a6ed5e3933e608 Mon Sep 17 00:00:00 2001 From: Sandor Takacs Date: Mon, 10 Feb 2014 17:46:21 +0100 Subject: [PATCH] Forgot to remove SVN revisions --- MyBagsCore/MyBags.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyBagsCore/MyBags.lua b/MyBagsCore/MyBags.lua index d70ccd9..b89b737 100644 --- a/MyBagsCore/MyBags.lua +++ b/MyBagsCore/MyBags.lua @@ -1,5 +1,5 @@ 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 local MyBagsCore = LibStub:NewLibrary(MBC, MBC_MINOR) if not MyBagsCore then return end