From f115114a1553271ae77d74a357de956899dc48dc Mon Sep 17 00:00:00 2001 From: Parnic Date: Fri, 27 May 2016 00:07:56 -0500 Subject: [PATCH] Switched to project-timestamp to see if the packager will cooperate --- Categories/Auras.lua | 2 +- Categories/Cast.lua | 2 +- Categories/Characteristics.lua | 2 +- Categories/DruidMana.lua | 2 +- Categories/Experience.lua | 2 +- Categories/GuildNote.lua | 2 +- Categories/Health.lua | 2 +- Categories/Misc.lua | 2 +- Categories/Power.lua | 2 +- Categories/Range.lua | 2 +- Categories/Reputation.lua | 2 +- Categories/Status.lua | 2 +- Categories/Talent.lua | 2 +- Categories/Threat.lua | 2 +- Categories/TooltipScanning.lua | 2 +- Cleanup.lua | 2 +- LibDogTag-Unit-3.0.lua | 2 +- Localization/enUS.lua | 2 +- Localization/frFR.lua | 2 +- Localization/koKR.lua | 2 +- Localization/ruRU.lua | 2 +- Localization/zhCN.lua | 2 +- Localization/zhTW.lua | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Categories/Auras.lua b/Categories/Auras.lua index e65d104..94cfe69 100644 --- a/Categories/Auras.lua +++ b/Categories/Auras.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Cast.lua b/Categories/Cast.lua index 0d80291..ed84b27 100644 --- a/Categories/Cast.lua +++ b/Categories/Cast.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Characteristics.lua b/Categories/Characteristics.lua index 18a3a2f..697abd2 100644 --- a/Categories/Characteristics.lua +++ b/Categories/Characteristics.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/DruidMana.lua b/Categories/DruidMana.lua index 7f5bcff..848ba70 100644 --- a/Categories/DruidMana.lua +++ b/Categories/DruidMana.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Experience.lua b/Categories/Experience.lua index 242ff39..94dafa0 100644 --- a/Categories/Experience.lua +++ b/Categories/Experience.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/GuildNote.lua b/Categories/GuildNote.lua index b6a5399..02ad9ae 100644 --- a/Categories/GuildNote.lua +++ b/Categories/GuildNote.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Health.lua b/Categories/Health.lua index 7156b38..a247f1e 100644 --- a/Categories/Health.lua +++ b/Categories/Health.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Misc.lua b/Categories/Misc.lua index 0e16602..ab5fdd2 100644 --- a/Categories/Misc.lua +++ b/Categories/Misc.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Power.lua b/Categories/Power.lua index 205c638..488965a 100644 --- a/Categories/Power.lua +++ b/Categories/Power.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Range.lua b/Categories/Range.lua index 07f33a2..35b717f 100644 --- a/Categories/Range.lua +++ b/Categories/Range.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Reputation.lua b/Categories/Reputation.lua index 7715933..3fb49ec 100644 --- a/Categories/Reputation.lua +++ b/Categories/Reputation.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Status.lua b/Categories/Status.lua index 8e2110a..72c31fe 100644 --- a/Categories/Status.lua +++ b/Categories/Status.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Talent.lua b/Categories/Talent.lua index a2efbdb..9bef3bb 100644 --- a/Categories/Talent.lua +++ b/Categories/Talent.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/Threat.lua b/Categories/Threat.lua index 7104390..a1655b1 100644 --- a/Categories/Threat.lua +++ b/Categories/Threat.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Categories/TooltipScanning.lua b/Categories/TooltipScanning.lua index 902eb3c..0ccbba8 100644 --- a/Categories/TooltipScanning.lua +++ b/Categories/TooltipScanning.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Cleanup.lua b/Cleanup.lua index 05d2bdd..790a226 100644 --- a/Cleanup.lua +++ b/Cleanup.lua @@ -1,6 +1,6 @@ local DOGTAG_MAJOR_VERSION = "LibDogTag-3.0" local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/LibDogTag-Unit-3.0.lua b/LibDogTag-Unit-3.0.lua index bf19c42..255d8c2 100644 --- a/LibDogTag-Unit-3.0.lua +++ b/LibDogTag-Unit-3.0.lua @@ -7,7 +7,7 @@ Description: A library to provide a markup syntax ]] local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Localization/enUS.lua b/Localization/enUS.lua index 896028e..eb6088a 100644 --- a/Localization/enUS.lua +++ b/Localization/enUS.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Localization/frFR.lua b/Localization/frFR.lua index 7654643..495be2e 100644 --- a/Localization/frFR.lua +++ b/Localization/frFR.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Localization/koKR.lua b/Localization/koKR.lua index bc10da2..59a00c1 100644 --- a/Localization/koKR.lua +++ b/Localization/koKR.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Localization/ruRU.lua b/Localization/ruRU.lua index cc2be27..4a38bfe 100644 --- a/Localization/ruRU.lua +++ b/Localization/ruRU.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Localization/zhCN.lua b/Localization/zhCN.lua index 36fa2f4..b67070c 100644 --- a/Localization/zhCN.lua +++ b/Localization/zhCN.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Localization/zhTW.lua b/Localization/zhTW.lua index 31276f2..1a0816d 100644 --- a/Localization/zhTW.lua +++ b/Localization/zhTW.lua @@ -1,5 +1,5 @@ local MAJOR_VERSION = "LibDogTag-Unit-3.0" -local MINOR_VERSION = 90000 + (tonumber(("@file-timestamp@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@project-timestamp@"):match("%d+")) or 2147000000) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION