From 69f8582f1bea17bea15a7623c4161ef8fb4bc09b Mon Sep 17 00:00:00 2001 From: torhal Date: Tue, 22 Sep 2009 08:30:36 +0000 Subject: [PATCH] Removed the file-local addonversion variable in favor of addon.version. --- ARLConfig.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ARLConfig.lua b/ARLConfig.lua index 94b6086..216a463 100644 --- a/ARLConfig.lua +++ b/ARLConfig.lua @@ -46,9 +46,6 @@ local valliancewarsong = BFAC["Valiance Expedition"] .. "\\" .. BFAC["Warsong Of local frosttaunka = BFAC["The Frostborn"] .. "\\" .. BFAC["The Taunka"] local explorerhand = BFAC["Explorers' League"] .. "\\" .. BFAC["The Hand of Vengeance"] -local addonversion = GetAddOnMetadata("AckisRecipeList", "Version") -addonversion = string.gsub(addonversion, "@project.revision@", "SVN") - local function giveProfiles() return LibStub("AceDBOptions-3.0"):GetOptionsTable(addon.db) @@ -1067,7 +1064,7 @@ local function fullOptions() version = { order = 11, type = "description", - name = L["Version"] .. addonversion .. "\n", + name = L["Version"] .. addon.version .. "\n", }, run = { order = 12, -- 1.7.9.5