Quantcast
WoWInterface: SVN - DisplacedEnergyWatcher - Rev 4 - /trunk/DisplacedEnergyWatcher/Version.lua

WoWInterface SVN DisplacedEnergyWatcher

[/] [trunk/] [DisplacedEnergyWatcher/] [Version.lua] - Rev 4

Compare with Previous | Blame | View Log

local DisplacedEnergyWatcher = DisplacedEnergyWatcher
if not DisplacedEnergyWatcher then return end

-----------------------------------------------------------------------------

local MAJOR_VERSION = "0.5.1" 
local MINOR_VERSION = ("$Revision: 4 $"):match("%d+")
local locale = GetLocale()

DisplacedEnergyWatcher.version = MAJOR_VERSION .. "-" .. MINOR_VERSION .. "-" .. locale

-----------------------------------------------------------------------------

Compare with Previous | Blame