Last change
on this file since 754 was 754, checked in by maron, 12 years ago |
- Fixed: error names in zero length
|
File size:
368 bytes
|
Rev | Line | |
---|
[592] | 1 | <?php
|
---|
| 2 |
|
---|
[597] | 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 |
|
---|
[754] | 8 | $Revision = 753; // Subversion revision
|
---|
[748] | 9 | $DatabaseRevision = 748; // Database structure revision
|
---|
| 10 | $ReleaseTime = '2014-01-12';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.