From 748c4d4deb84e40b14a40c0ffa3a3d10a847c805 Mon Sep 17 00:00:00 2001 From: "Erik L. Vonderscheer" Date: Sat, 22 Nov 2008 22:34:32 +0000 Subject: [PATCH] r19 Updated Expression List --- TradeFilter.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/TradeFilter.lua b/TradeFilter.lua index bf66854..f9c68be 100644 --- a/TradeFilter.lua +++ b/TradeFilter.lua @@ -16,6 +16,8 @@ Versioning: - LFG -r16 - SAY Channel + -r20 + - Release v1.0 - Initial release for WotLK - Added Custom Filter option @@ -51,7 +53,7 @@ local L = Rock("LibRockLocale-1.0"):GetTranslationNamespace("TradeFilter") TradeFilter = Rock:NewAddon("TradeFilter", "LibRockDB-1.0", "LibRockConfig-1.0", "LibRockEvent-1.0", "LibRockHook-1.0", "LibRockTimer-1.0", "LibRockConsole-1.0") local MAJOR_VERSION = "1.1" -local MINOR_VERSION = 000 + tonumber(("$Revision: 17 $"):match("%d+")) +local MINOR_VERSION = 000 + tonumber(("$Revision: 20 $"):match("%d+")) TradeFilter.version = MAJOR_VERSION-- .. " r" .. MINOR_VERSION TradeFilter.date = string.sub("$Date: 2008-11-21 12:00:00 -0800 (Fri, 21 Nov 2008) $", 8, 17) -- 1.7.9.5