- Reverted back to the old revision number until I can figure out why all the version numbers in all of the DogTag addons are so screwy

This commit is contained in:
cybeloras
2012-04-02 08:47:34 +00:00
parent 8a105b05c8
commit c6f5539908

View File

@ -1,13 +1,13 @@
--[[
Name: LibDogTag-3.0
Revision: @project-revision@
Revision: $Rev$
Author: Cameron Kenneth Knight (ckknight@gmail.com)
Website: http://www.wowace.com/
Description: A library to provide a markup syntax
]]
local MAJOR_VERSION = "LibDogTag-Unit-3.0"
local MINOR_VERSION = 90000 + tonumber(("@project-revision@"):match("%d+")) or 0
local MINOR_VERSION = 90000 + tonumber(("$Revision$"):match("%d+")) or 0
if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then
_G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION