Changeset 115 for trunk/package.php
- Timestamp:
- 11/11/07 15:24:40 (1 year ago)
- Files:
-
- trunk/package.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/package.php
r110 r115 20 20 * current version 21 21 */ 22 $version = '0. 2.1';22 $version = '0.3.0'; 23 23 24 24 /** 25 25 * Current API version 26 26 */ 27 $apiVersion = '0. 2.0';27 $apiVersion = '0.3.0'; 28 28 29 29 /** … … 42 42 $notes = <<<EOT 43 43 Feature 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) 45 45 EOT; 46 46 … … 89 89 $package->addMaintainer('lead', 'mikey', 'Frank Kleine', 'mikey@xjconf.net', 'yes'); 90 90 91 $package->setPhpDep('5. 0.0');91 $package->setPhpDep('5.3.0-dev'); 92 92 $package->setPearinstallerDep('1.4.0'); 93 93
