diff options
Diffstat (limited to 'build')
| -rw-r--r-- | build/build.xml | 2 | ||||
| -rwxr-xr-x | build/build_diff.php | 2 | 
2 files changed, 1 insertions, 3 deletions
| diff --git a/build/build.xml b/build/build.xml index 75affb0f2d..02518ac441 100644 --- a/build/build.xml +++ b/build/build.xml @@ -2,7 +2,7 @@  <project name="phpBB" description="The phpBB forum software" default="all" basedir="../">  	<!-- a few settings for the build --> -	<property name="newversion" value="3.0.12-dev" /> +	<property name="newversion" value="3.1.0-dev" />  	<property name="prevversion" value="3.0.11" />  	<property name="olderversions" value="3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.7-PL1, 3.0.8, 3.0.9, 3.0.10" />  	<!-- no configuration should be needed beyond this point --> diff --git a/build/build_diff.php b/build/build_diff.php index 0824b53caa..74630232b3 100755 --- a/build/build_diff.php +++ b/build/build_diff.php @@ -410,5 +410,3 @@ function run_command($command)  	$result = trim(`$command`);  	echo "\n- Command Run: " . $command . "\n";  } - -?> | 
