From a2d03e1568f284a2cbe11edee6579443d2d8a331 Mon Sep 17 00:00:00 2001 From: Parnic Date: Fri, 27 May 2016 00:18:45 -0500 Subject: [PATCH] Increased dev version number now that we're using the datestamp instead of a unix timestamp --- 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 61506cb..82819d8 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 84a5689..e49ea31 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 cd2bbb4..106c926 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 862c0f7..0f7cfdb 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 78100a5..dfe62ab 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 9b7885c..fa1991a 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 b15c057..9172a12 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 c900584..3cfe1fc 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 94055f1..642ac86 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 6f452a1..94459c6 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 778f827..debfee2 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 bdced88..835d97b 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 249a8cb..ab89191 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 c0664f6..9edceef 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 ff24809..2c352c4 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 90395a0..fa2d0cc 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 9919ead..938e325 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 559f8ab..544f4f0 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION diff --git a/Localization/frFR.lua b/Localization/frFR.lua index fb3377d..6243b02 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 81d6a90..152618a 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 79f4dcb..26ee133 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 80f3f99..2191b51 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) 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 3ffa2f6..7af0024 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-date-integer@"):match("%d+")) or 2147000000) +local MINOR_VERSION = 90000 + (tonumber(("@file-date-integer@"):match("%d+")) or 33333333333333) if MINOR_VERSION > _G.DogTag_Unit_MINOR_VERSION then _G.DogTag_Unit_MINOR_VERSION = MINOR_VERSION