WoWInterface SVN OpenRDX

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /branches
    from Rev 572 to Rev 571
    Reverse comparison

Rev 572 → Rev 571

7.5_cataclysm/RDX/Version.lua
8,7 → 8,7
-- Raidwide version check.
 
-- alpha, beta, RC (Release candidate) or nothing (General Availability)
local version_flag = "_beta_02";
local version_flag = "_beta_01";
 
function RDX.GetVersion()
return RDX.version[1] .. "." .. RDX.version[2] .. "." .. RDX.version[3] .. version_flag;