Replaced SVN keyword substitution

This commit is contained in:
Parnic
2016-05-26 17:51:22 -05:00
parent a28519b815
commit c1f15193c6
15 changed files with 15 additions and 15 deletions

View File

@ -1,5 +1,5 @@
local MAJOR_VERSION = "LibDogTag-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_MINOR_VERSION then
_G.DogTag_MINOR_VERSION = MINOR_VERSION