WoWInterface SVN OpenRDX

Compare Revisions

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

Rev 571 → Rev 572

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_01";
local version_flag = "_beta_02";
 
function RDX.GetVersion()
return RDX.version[1] .. "." .. RDX.version[2] .. "." .. RDX.version[3] .. version_flag;