diff options
| author | Nils Adermann <naderman@naderman.de> | 2010-03-06 01:20:12 +0100 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2010-03-06 01:20:12 +0100 |
| commit | c4e02a191628b4b9f7b6340f2876607663baeb5a (patch) | |
| tree | 48a820f3d408e84273fb7b01b9b4f646cdbf9d0a /build/build_diff.php | |
| parent | ca8cc037639619845dbb970529faebb705943e90 (diff) | |
| parent | 2e1cd98a5a9145fb2d86e63bf178d6370c301602 (diff) | |
| download | forums-c4e02a191628b4b9f7b6340f2876607663baeb5a.tar forums-c4e02a191628b4b9f7b6340f2876607663baeb5a.tar.gz forums-c4e02a191628b4b9f7b6340f2876607663baeb5a.tar.bz2 forums-c4e02a191628b4b9f7b6340f2876607663baeb5a.tar.xz forums-c4e02a191628b4b9f7b6340f2876607663baeb5a.zip | |
Merge commit 'release-3.0.7-PL1'
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. ;) |
