diff options
author | Nils Adermann <naderman@naderman.de> | 2010-02-24 00:45:47 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-02-24 00:45:47 +0000 |
commit | f9a01af732c9c672cde8ff10c7af8f58e980a33b (patch) | |
tree | 098e3b3e043f6c3e31c9c922287f76e5ec726e03 | |
parent | 82219d51c2cbd76bedf43836f5b2e1533780bba5 (diff) | |
download | forums-f9a01af732c9c672cde8ff10c7af8f58e980a33b.tar forums-f9a01af732c9c672cde8ff10c7af8f58e980a33b.tar.gz forums-f9a01af732c9c672cde8ff10c7af8f58e980a33b.tar.bz2 forums-f9a01af732c9c672cde8ff10c7af8f58e980a33b.tar.xz forums-f9a01af732c9c672cde8ff10c7af8f58e980a33b.zip |
prepare build script for RC2
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10534 89ea8834-ac86-4346-8a33-228a782c2dd0
-rwxr-xr-x | build/build_diff.php | 6 | ||||
-rwxr-xr-x | build/package.php | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/build/build_diff.php b/build/build_diff.php index ab3bb774b7..9cd99bdb72 100755 --- a/build/build_diff.php +++ b/build/build_diff.php @@ -11,9 +11,9 @@ // CONFIG - Begin $substitute_old = '3.0.6'; -$substitute_new = '3.0.7-RC1'; +$substitute_new = '3.0.7-RC2'; $simple_name_old = 'phpbb306'; -$simple_name_new = 'phpbb307-RC1'; +$simple_name_new = 'phpbb307-RC2'; $echo_changes = false; // 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. ;) @@ -405,4 +405,4 @@ function run_command($command) echo "\n- Command Run: " . $command . "\n"; } -?>
\ No newline at end of file +?> diff --git a/build/package.php b/build/package.php index 50a9e76ab7..68bdfb5a13 100755 --- a/build/package.php +++ b/build/package.php @@ -15,7 +15,7 @@ // 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', '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; require('build_helper.php'); |