WoWAce Post-Processing: Virtually inflate Library Revision numbers for proper upgrade path

This commit is contained in:
nevcairiel
2008-10-09 21:52:36 +00:00
parent 29a1d60b53
commit de68cc2cdd
23 changed files with 23 additions and 23 deletions

View File

@ -7,7 +7,7 @@ Description: A library to provide a markup syntax
]]
local MAJOR_VERSION = "LibDogTag-Unit-3.0"
local MINOR_VERSION = tonumber(("$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