mirror of
https://github.com/parnic/LibDogTag-3.0.git
synced 2025-06-16 12:10:13 -05:00
Update to use project-date-integer
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
2
Help.lua
2
Help.lua
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -6,7 +6,7 @@ Description: A library to provide a markup syntax
|
||||
]]
|
||||
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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_MINOR_VERSION = MINOR_VERSION
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
@ -1,5 +1,5 @@
|
||||
local MAJOR_VERSION = "LibDogTag-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
|
||||
|
||||
if MINOR_VERSION > _G.DogTag_MINOR_VERSION then
|
||||
_G.DogTag_MINOR_VERSION = MINOR_VERSION
|
||||
|
Reference in New Issue
Block a user