From 39490abfff0f16c0bb79034c97bc744ae3a3a7c9 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Fri, 5 Mar 2010 21:06:48 +0100 Subject: Incrementing the version number to 3.0.7-PL1 --- build/build_diff.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/build_diff.php') 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. ;) -- cgit v1.2.1