Last change
on this file was 95, checked in by chronos, 3 years ago |
- Modified: Updated Common package.
- Added: Explicit types for better type checking.
- Fixed: Support for php 8.0.
|
File size:
308 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 = 95;
|
---|
9 | $DatabaseRevision = 79;
|
---|
10 | $ReleaseTime = strtotime('2021-12-06');
|
---|
Note:
See
TracBrowser
for help on using the repository browser.