aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2016-12-10 00:32:41 +0100
committerMarc Alexander <admin@m-a-styles.de>2016-12-10 00:32:41 +0100
commitcff3dbf00e4a83d59398a278e78e1052abf4e08a (patch)
tree037541b9b0681cb47d5a0176a993af2afc392a3a /build
parent886ec98dc7e704c85c90e95b3e4877ce0b1b9271 (diff)
downloadforums-cff3dbf00e4a83d59398a278e78e1052abf4e08a.tar
forums-cff3dbf00e4a83d59398a278e78e1052abf4e08a.tar.gz
forums-cff3dbf00e4a83d59398a278e78e1052abf4e08a.tar.bz2
forums-cff3dbf00e4a83d59398a278e78e1052abf4e08a.tar.xz
forums-cff3dbf00e4a83d59398a278e78e1052abf4e08a.zip
[3.2.x] Update version numbers to 3.2.0-RC3-dev
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 f337ac660d..615e420a13 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.2.0-RC2" />
- <property name="prevversion" value="3.2.0-RC1" />
- <property name="olderversions" value="3.0.14, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.7-pl1, 3.1.8, 3.1.9, 3.1.10, 3.2.0-a1, 3.2.0-a2, 3.2.0-b1, 3.2.0-b2" />
+ <property name="newversion" value="3.2.0-RC3-dev" />
+ <property name="prevversion" value="3.2.0-RC2" />
+ <property name="olderversions" value="3.0.14, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.7-pl1, 3.1.8, 3.1.9, 3.1.10, 3.2.0-a1, 3.2.0-a2, 3.2.0-b1, 3.2.0-b2, 3.2.0-RC1" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />