aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2010-03-02 20:33:26 +0100
committerNils Adermann <naderman@naderman.de>2010-03-02 20:33:50 +0100
commit24fda6671d597bf8d890c095fb9883d3fd1657be (patch)
treee27d1f5c06afcfeb895746369be2d09c4ef7cc25 /build
parentd62068cfadcc1478a2f8dd6e7da81dea6cee71ff (diff)
parentca8cc037639619845dbb970529faebb705943e90 (diff)
downloadforums-24fda6671d597bf8d890c095fb9883d3fd1657be.tar
forums-24fda6671d597bf8d890c095fb9883d3fd1657be.tar.gz
forums-24fda6671d597bf8d890c095fb9883d3fd1657be.tar.bz2
forums-24fda6671d597bf8d890c095fb9883d3fd1657be.tar.xz
forums-24fda6671d597bf8d890c095fb9883d3fd1657be.zip
Merging master after 3.0.7 release into develop-olympus to make sure there are no inconsistencies.
Diffstat (limited to 'build')
-rwxr-xr-xbuild/build_diff.php6
-rwxr-xr-xbuild/package.php2
2 files changed, 4 insertions, 4 deletions
diff --git a/build/build_diff.php b/build/build_diff.php
index ab3bb774b7..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-RC1';
+$substitute_new = '3.0.7';
$simple_name_old = 'phpbb306';
-$simple_name_new = 'phpbb307-RC1';
+$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. ;)
@@ -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 0620d4c6c2..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');
+$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');