Maybe file-date-integer will work

This commit is contained in:
Parnic
2016-05-27 00:12:39 -05:00
parent f115114a15
commit bc8d45a7eb
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(("@project-timestamp@"):match("%d+")) or 2147000000)
local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 2147000000)
_G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION