WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-OptionsPanel
    from Rev 102 to Rev 103
    Reverse comparison

Rev 102 → Rev 103

PhanxConfig-OptionsPanel.lua
8,7 → 8,7
its internals may change at any time without notice.
----------------------------------------------------------------------]]
 
local MINOR_VERSION = tonumber( string.match( "$Revision: 9999 $", "%d+" ) )
local MINOR_VERSION = tonumber( string.match( "$Revision$", "%d+" ) )
 
local lib, oldminor = LibStub:NewLibrary( "PhanxConfig-OptionsPanel", MINOR_VERSION )
if not lib then return end
Property changes : Added: svn:keywords + Revision