Changeset 442 for trunk/package.php
- Timestamp:
- 08/20/06 15:21:58 (2 years ago)
- Files:
-
- trunk/package.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/package.php
r441 r442 20 20 * current version 21 21 */ 22 $version = '3.1.0 a2';22 $version = '3.1.0b1'; 23 23 24 24 /** … … 30 30 * current state 31 31 */ 32 $state = ' alpha';32 $state = 'beta'; 33 33 34 34 /** … … 112 112 'license' => 'LGPL', 113 113 'filelistgenerator' => 'svn', 114 'ignore' => array( 'package.php', 'autopackage .php', 'package2.xml', '.cvsignore', '.svn', 'examples/cache', 'rfcs' ),114 'ignore' => array( 'package.php', 'autopackage2.php', 'package.xml', '.cvsignore', '.svn', 'examples/cache', 'rfcs' ), 115 115 'simpleoutput' => true, 116 116 'baseinstalldir' => 'pat',
