mirror of
https://github.com/parnic/LibDogTag-Unit-3.0.git
synced 2025-06-16 21:41:53 -05:00
WoWAce Post-Processing: Virtually inflate Library Revision numbers for proper upgrade path
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user