aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-07-05 00:40:45 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-07-05 00:40:45 +0200
commitd8ac2cc5f0c253842185506b174a8355dfd5f3fb (patch)
treeb6fac3cae13ae0d1b94f46bb5d88079f4b2a58d5 /build
parentf5d86d06040de198d15fe9596c63186da02347d8 (diff)
downloadforums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.tar
forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.tar.gz
forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.tar.bz2
forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.tar.xz
forums-d8ac2cc5f0c253842185506b174a8355dfd5f3fb.zip
[prep-release-3.0.9] Bumping version number for the final 3.0.9 release.
Diffstat (limited to 'build')
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index ed9643c12f..42642dcefa 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -2,9 +2,9 @@
<project name="phpBB" description="The phpBB forum software" default="all" basedir="../">
<!-- a few settings for the build -->
- <property name="newversion" value="3.0.9-RC3" />
- <property name="prevversion" value="3.0.9-RC2" />
- <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-RC1" />
+ <property name="newversion" value="3.0.9" />
+ <property name="prevversion" value="3.0.8" />
+ <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.9-RC1, 3.0.9-RC2, 3.0.9-RC3" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />