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/build_diff.php | |
| 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/build_diff.php')
| -rwxr-xr-x | build/build_diff.php | 4 |
1 files changed, 2 insertions, 2 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. ;) |
