prepare build script for RC2

git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10534 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Nils Adermann 2010-02-24 00:45:47 +00:00
parent 82219d51c2
commit f9a01af732
2 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@
// CONFIG - Begin // CONFIG - Begin
$substitute_old = '3.0.6'; $substitute_old = '3.0.6';
$substitute_new = '3.0.7-RC1'; $substitute_new = '3.0.7-RC2';
$simple_name_old = 'phpbb306'; $simple_name_old = 'phpbb306';
$simple_name_new = 'phpbb307-RC1'; $simple_name_new = 'phpbb307-RC2';
$echo_changes = false; $echo_changes = false;
// Set this to true to just compress the changes and do not build them again // Set this to true to just compress the changes and do not build them again
// This should be used for building custom modified txt file. ;) // This should be used for building custom modified txt file. ;)

View file

@ -15,7 +15,7 @@
// If RC8 drops remove the install/data directory // If RC8 drops remove the install/data directory
//$versions = array('3.0.2', '3.0.3-RC1', '3.0.3', '3.0.4-RC1', '3.0.4', '3.0.5-RC1', '3.0.5', '3.0.6-RC1', '3.0.6-RC2', '3.0.6-RC3'); //$versions = array('3.0.2', '3.0.3-RC1', '3.0.3', '3.0.4-RC1', '3.0.4', '3.0.5-RC1', '3.0.5', '3.0.6-RC1', '3.0.6-RC2', '3.0.6-RC3');
//$versions = array('3.0.2', '3.0.3', '3.0.4', '3.0.5', '3.0.6', '3.0.7-RC1', '3.0.7'); //$versions = array('3.0.2', '3.0.3', '3.0.4', '3.0.5', '3.0.6', '3.0.7-RC1', '3.0.7');
$versions = array('3.0.2', '3.0.3-RC1', '3.0.3', '3.0.4-RC1', '3.0.4', '3.0.5-RC1', '3.0.5', '3.0.6-RC1', '3.0.6-RC2', '3.0.6-RC3', '3.0.6-RC4', '3.0.6', '3.0.7-RC1'); $versions = array('3.0.2', '3.0.3-RC1', '3.0.3', '3.0.4-RC1', '3.0.4', '3.0.5-RC1', '3.0.5', '3.0.6-RC1', '3.0.6-RC2', '3.0.6-RC3', '3.0.6-RC4', '3.0.6', '3.0.7-RC1', '3.0.7-RC2');
$verbose = false; $verbose = false;
require('build_helper.php'); require('build_helper.php');