diff options
author | Nils Adermann <naderman@naderman.de> | 2010-02-28 00:41:56 +0000 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2010-02-28 00:41:56 +0000 |
commit | c089fe8e39ad40a909ab6709578c188363a511ac (patch) | |
tree | aa85ebd202710729eab4759aff41b523ca812927 /build | |
parent | cb2d1bd4fc023dd3ab2388e4e62ec37ae1b7af3f (diff) | |
download | forums-c089fe8e39ad40a909ab6709578c188363a511ac.tar forums-c089fe8e39ad40a909ab6709578c188363a511ac.tar.gz forums-c089fe8e39ad40a909ab6709578c188363a511ac.tar.bz2 forums-c089fe8e39ad40a909ab6709578c188363a511ac.tar.xz forums-c089fe8e39ad40a909ab6709578c188363a511ac.zip |
Prepare 3.0.7 release
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10553 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'build')
-rwxr-xr-x | build/build_diff.php | 4 | ||||
-rwxr-xr-x | build/package.php | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/build/build_diff.php b/build/build_diff.php index 9cd99bdb72..c8a40f4f5e 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-RC2'; +$substitute_new = '3.0.7'; $simple_name_old = 'phpbb306'; -$simple_name_new = 'phpbb307-RC2'; +$simple_name_new = 'phpbb307'; $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. ;) diff --git a/build/package.php b/build/package.php index 0b56705784..e04750d4be 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', '3.0.7-RC2'); +$versions = array('3.0.2', '3.0.3', '3.0.4', '3.0.5', '3.0.6', '3.0.7-RC1', '3.0.7-RC2', '3.0.7'); $verbose = false; require('build_helper.php'); |