# HG changeset patch # User Asa Ayers # Date 1280087534 25200 # Node ID 9cb0bc93ed113a1ba8bc6b061ec4b22425bffee0 # Parent 8afc1ac9bf5889ca75eb1aeb0a8f9ccac6feb59b Added the version number to the title in ItemAuditor options. diff -r 8afc1ac9bf58 -r 9cb0bc93ed11 CHANGELOG.txt --- a/CHANGELOG.txt Fri Jul 23 06:56:22 2010 -0700 +++ b/CHANGELOG.txt Sun Jul 25 12:52:14 2010 -0700 @@ -1,3 +1,7 @@ +2010-07-25 Asa Ayers + +- Added the version number to the title in ItemAuditor options. + 2010-07-22 Asa Ayers - I Added an option to direct ItemAuditor output to a different chat frame. diff -r 8afc1ac9bf58 -r 9cb0bc93ed11 Modules/Options.lua --- a/Modules/Options.lua Fri Jul 23 06:56:22 2010 -0700 +++ b/Modules/Options.lua Sun Jul 25 12:52:14 2010 -0700 @@ -7,6 +7,8 @@ local craftingThresholds = {5000, 10000, 50000} local craftingThresholdsDisplay = {} +local currentVersion = "@project-version@" + for key, value in pairs(craftingThresholds) do craftingThresholdsDisplay[key] = addon:FormatMoney(value, '', true) -- craftingThresholdsDisplay[key] = value @@ -63,7 +65,7 @@ local options = { handler = addon, - name = "ItemAuditor", + name = "ItemAuditor "..currentVersion, type = 'group', args = { prices = {