Last change
on this file since 869 was 869, checked in by chronos, 9 years ago |
- Modified: Export task processing made more readable using classes. Task queue is processed and shown in TimeQueued order.
|
File size:
382 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 | $Version = '1.0';
|
---|
9 | $Revision = 869; // Subversion revision
|
---|
10 | $DatabaseRevision = 867; // Database structure revision
|
---|
11 | $ReleaseDate = strtotime('2016-02-06');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.