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

@ -1,5 +1,5 @@
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)
_G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION