Changeset 816 for trunk/Packages/Common
- Timestamp:
- Mar 11, 2016, 11:17:08 PM (9 years ago)
- Location:
- trunk/Packages/Common
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Common.php
r791 r816 19 19 include_once(dirname(__FILE__).'/Setup.php'); 20 20 include_once(dirname(__FILE__).'/Table.php'); 21 include_once(dirname(__FILE__).'/Process.php'); 21 22 22 23 class PackageCommon … … 33 34 $this->Name = 'Common'; 34 35 $this->Version = '1.2'; 35 $this->ReleaseDate = strtotime('2016-0 1-22');36 $this->ReleaseDate = strtotime('2016-03-10'); 36 37 $this->Creator = 'Chronos'; 37 38 $this->License = 'GNU/GPL';
Note:
See TracChangeset
for help on using the changeset viewer.