Replaced SVN keyword substitution

This commit is contained in:
Parnic
2016-05-26 15:25:08 -05:00
parent a655c53578
commit 03b847b65c
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 = 90000 + tonumber(("$Revision$"):match("%d+")) or 0
local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000)
if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then
_G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION