Changeset 816


Ignore:
Timestamp:
Mar 11, 2016, 11:17:08 PM (9 years ago)
Author:
chronos
Message:
  • Added: Process class for executing child processes.
Location:
trunk/Packages/Common
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/Common/Common.php

    r791 r816  
    1919include_once(dirname(__FILE__).'/Setup.php');
    2020include_once(dirname(__FILE__).'/Table.php');
     21include_once(dirname(__FILE__).'/Process.php');
    2122
    2223class PackageCommon
     
    3334    $this->Name = 'Common';
    3435    $this->Version = '1.2';
    35     $this->ReleaseDate = strtotime('2016-01-22');
     36    $this->ReleaseDate = strtotime('2016-03-10');
    3637    $this->Creator = 'Chronos';
    3738    $this->License = 'GNU/GPL';
Note: See TracChangeset for help on using the changeset viewer.