Changeset 115 for trunk/package.php

Show
Ignore:
Timestamp:
11/11/07 15:24:40 (1 year ago)
Author:
mikey
Message:

ported to PHP 5.3.0-dev using namespaces
examples, integration tests and star build do not work at the moment

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/package.php

    r110 r115  
    2020 * current version 
    2121 */ 
    22 $version = '0.2.1'; 
     22$version = '0.3.0'; 
    2323 
    2424/** 
    2525 * Current API version 
    2626 */ 
    27 $apiVersion = '0.2.0'; 
     27$apiVersion = '0.3.0'; 
    2828 
    2929/** 
     
    4242$notes = <<<EOT 
    4343Feature additions: 
    44 - Added a fourth way of adding children, this time via the keyAttribute attribute (mikey) 
     44- ported to PHP 5.3 using namespaces (mikey) 
    4545EOT; 
    4646 
     
    8989$package->addMaintainer('lead', 'mikey', 'Frank Kleine', 'mikey@xjconf.net', 'yes'); 
    9090 
    91 $package->setPhpDep('5.0.0'); 
     91$package->setPhpDep('5.3.0-dev'); 
    9292$package->setPearinstallerDep('1.4.0'); 
    9393