Last change
on this file since 703 was 703, checked in by chronos, 11 years ago |
- Fixed: Link to wowpatcher in download page.
- Modified: Also make active links with https protocol.
|
File size:
368 bytes
|
Line | |
---|
1 | <?php
|
---|
2 |
|
---|
3 | // Subversion revision have to be updated always to next revision number
|
---|
4 | // before commiting new changes.
|
---|
5 | // Database revision have to be updated if database structure is changed
|
---|
6 | // and system will need database update.
|
---|
7 |
|
---|
8 | $Revision = 703; // Subversion revision
|
---|
9 | $DatabaseRevision = 695; // Database structure revision
|
---|
10 | $ReleaseTime = '2014-01-04';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.