Update to use project-date-integer

This commit is contained in:
Parnic
2021-03-23 13:47:55 -05:00
parent f85d5eb088
commit 3f2505245c
24 changed files with 24 additions and 24 deletions

View File

@ -1,5 +1,5 @@
local MAJOR_VERSION = "LibDogTag-Unit-3.0"
local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333)
local MINOR_VERSION = tonumber(("@project-date-integer@"):match("%d+")) or 33333333333333
_G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION