Changeset 6 for trunk/Application/Version.php
- Timestamp:
- Apr 14, 2020, 11:06:28 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Application/Version.php
r1 r6 6 6 // and system will need database update. 7 7 8 $Revision = 1;9 $DatabaseRevision = 1;10 $ReleaseTime = strtotime('20 16-08-03');8 $Revision = 6; 9 $DatabaseRevision = 6; 10 $ReleaseTime = strtotime('2020-04-14');
Note:
See TracChangeset
for help on using the changeset viewer.