mirror of
https://github.com/parnic/LibDogTag-3.0.git
synced 2025-06-16 20:20:14 -05:00
Replaced SVN keyword substitution
This commit is contained in:
@ -7,7 +7,7 @@ Description: A library to provide a markup syntax
|
||||
]]
|
||||
|
||||
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
|
||||
|
Reference in New Issue
Block a user