Changeset 604


Ignore:
Timestamp:
Nov 26, 2013, 1:16:51 PM (10 years ago)
Author:
maron
Message:
  • Added: Game Versions
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/UpdateTrace.php

    r601 r604  
    26152615}
    26162616
     2617function UpdateTo601($Manager)
     2618{
     2619        $Manager->Execute("INSERT INTO  `ClientVersion` (`Id` ,`Version` ,`BuildNumber` ,`ReleaseDate` ,`Title` ,`Imported`)
     2620VALUES ( NULL ,  '5.2.0',  '16650',  '2013-03-05',  'The Thunder King',  0
     2621), ( NULL ,  '5.3.0',  '16977',  '2013-05-21',  'Escalation',  0
     2622), ( NULL ,  '5.4.0',  '17359',  '2013-09-10',  'Siege of Orgrimmar',  0 );");
     2623}
     2624
    26172625$Updates = array(
    26182626        498 => array('Revision' => 506, 'Function' => 'UpdateTo506'),
     
    26252633        567 => array('Revision' => 574, 'Function' => 'UpdateTo574'),
    26262634        574 => array('Revision' => 585, 'Function' => 'UpdateTo585'),
    2627         585 => array('Revision' => 600, 'Function' => 'UpdateTo600'),
     2635        585 => array('Revision' => 601, 'Function' => 'UpdateTo601'),
    26282636);
  • trunk/includes/Version.php

    r603 r604  
    66// and system will need database update.
    77
    8 $Revision = 603; // Subversion revision
    9 $DatabaseRevision = 600; // Database structure revision
     8$Revision = 604; // Subversion revision
     9$DatabaseRevision = 604; // Database structure revision
    1010$ReleaseTime = '2013-11-25';
Note: See TracChangeset for help on using the changeset viewer.