Changeset 67 for trunk/Version.php
- Timestamp:
- Jan 3, 2016, 11:52:37 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Version.php
r65 r67 1 1 <?php 2 2 3 $Revision = 65; 4 $ReleaseTime = strtotime('2016-01-01'); 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 = 67; 9 $DatabaseRevision = 67; 10 $ReleaseTime = strtotime('2016-01-03');
Note:
See TracChangeset
for help on using the changeset viewer.