diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-03-06 02:20:11 +0100 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-03-06 02:29:04 +0100 |
| commit | 568fb83373361abb8c9f3886fee944a8d9e5f66d (patch) | |
| tree | 602256c8abb312f50e2776187e1e2ce02e52a5ea /build | |
| parent | 5d1d32a65bced82f068dbed497cc418eae5f4701 (diff) | |
| parent | c4e02a191628b4b9f7b6340f2876607663baeb5a (diff) | |
| download | forums-568fb83373361abb8c9f3886fee944a8d9e5f66d.tar forums-568fb83373361abb8c9f3886fee944a8d9e5f66d.tar.gz forums-568fb83373361abb8c9f3886fee944a8d9e5f66d.tar.bz2 forums-568fb83373361abb8c9f3886fee944a8d9e5f66d.tar.xz forums-568fb83373361abb8c9f3886fee944a8d9e5f66d.zip | |
Merge branch 'master' into develop-olympus
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 c8a40f4f5e..ef815bc0c3 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'; +$substitute_new = '3.0.7-PL1'; $simple_name_old = 'phpbb306'; -$simple_name_new = 'phpbb307'; +$simple_name_new = 'phpbb307-PL1'; $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 e04750d4be..7cb30bd493 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', '3.0.4', '3.0.5', '3.0.6', '3.0.7-RC1', '3.0.7-RC2', '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-RC2', '3.0.7', '3.0.7-PL1'); $verbose = false; require('build_helper.php'); |
