- Timestamp:
- 01/11/08 09:56:54 (1 year ago)
- Files:
-
- trunk/UPGRADE (modified) (1 diff)
- trunk/build.php (modified) (1 diff)
- trunk/package.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/UPGRADE
r130 r132 1 Upgrading from v0. 2.x to v0.3.01 Upgrading from v0.3.x and lower to v0.4.0 2 2 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 3 3 4 4 This document describes the steps you need to do when upgrading XJConf from any 5 of the 0. 2.x versions to 0.3.0.5 of the 0.3.x versions and lower to 0.4.0. 6 6 7 7 1. Remove all includes of XJConf classes by hand. Instead, just include trunk/build.php
r120 r132 14 14 $starArchive->addMetaData('title', 'XJConf for PHP'); 15 15 $starArchive->addMetaData('package', 'net::xjconf'); 16 $starArchive->addMetaData('version', '0. 3.0-dev');16 $starArchive->addMetaData('version', '0.4.0dev'); 17 17 $starArchive->addMetaData('author', 'XJConf Development Team <http://php.xjconf.net>'); 18 $starArchive->addMetaData('copyright', '© 2007 XJConf Development Team');18 $starArchive->addMetaData('copyright', '© 2007-2008 XJConf Development Team'); 19 19 $starArchive->create(); 20 20 ?> trunk/package.php
r115 r132 20 20 * current version 21 21 */ 22 $version = '0. 3.0';22 $version = '0.4.0dev'; 23 23 24 24 /** 25 25 * Current API version 26 26 */ 27 $apiVersion = '0. 3.0';27 $apiVersion = '0.4.0'; 28 28 29 29 /**
