diff options
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 9cd99bdb72..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-RC2'; +$substitute_new = '3.0.7'; $simple_name_old = 'phpbb306'; -$simple_name_new = 'phpbb307-RC2'; +$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. ;) |