WoWInterface SVN PhanxConfigWidgets

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/PhanxConfig-Button
    from Rev 188 to Rev 172
    Reverse comparison

Rev 188 → Rev 172

PhanxConfig-Button.lua
2,11 → 2,12
PhanxConfig-Button
Simple button widget generator.
Requires LibStub.
https://github.com/phanx/PhanxConfigWidgets
Copyright (c) 2009-2014 Phanx. All rights reserved.
https://github.com/phanx/PhanxConfigWidgets
See the accompanying README and LICENSE files for more information.
----------------------------------------------------------------------]]
 
local MINOR_VERSION = 172
local MINOR_VERSION = tonumber(string.match("$Revision$", "%d+"))
 
local lib, oldminor = LibStub:NewLibrary("PhanxConfig-Button", MINOR_VERSION)
if not lib then return end