Changeset 132

Show
Ignore:
Timestamp:
01/11/08 09:56:54 (8 months ago)
Author:
mikey
Message:

with PRE_NAMESPACES going 0.3.0 HEAD becomes 0.4.0

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/UPGRADE

    r130 r132  
    1 Upgrading from v0.2.x to v0.3.0 
     1Upgrading from v0.3.x and lower to v0.4.0 
    22~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    33 
    44This document describes the steps you need to do when upgrading XJConf from any 
    5 of the 0.2.x versions to 0.3.0. 
     5of the 0.3.x versions and lower to 0.4.0. 
    66 
    771. Remove all includes of XJConf classes by hand. Instead, just include 
  • trunk/build.php

    r120 r132  
    1414$starArchive->addMetaData('title', 'XJConf for PHP'); 
    1515$starArchive->addMetaData('package', 'net::xjconf'); 
    16 $starArchive->addMetaData('version', '0.3.0-dev'); 
     16$starArchive->addMetaData('version', '0.4.0dev'); 
    1717$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'); 
    1919$starArchive->create(); 
    2020?> 
  • trunk/package.php

    r115 r132  
    2020 * current version 
    2121 */ 
    22 $version = '0.3.0'; 
     22$version = '0.4.0dev'; 
    2323 
    2424/** 
    2525 * Current API version 
    2626 */ 
    27 $apiVersion = '0.3.0'; 
     27$apiVersion = '0.4.0'; 
    2828 
    2929/**