1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

Incrementing the version number to 3.0.7-PL1

This commit is contained in:
Nils Adermann
2010-03-05 21:06:48 +01:00
parent c8fd9f4266
commit 39490abfff
7 changed files with 16 additions and 10 deletions

View File

@@ -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. ;)

View File

@@ -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');