aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-03 21:41:22 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-02-03 21:41:22 +0100
commitf80ec7e7864d686a4ac392a4c9d100960ddb83c7 (patch)
treec49f4935fe1c6bc0fc21807680bca96673e419d1 /build
parent03fba990747bb0eeda47c8247b5808257d1443b7 (diff)
downloadforums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar
forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.gz
forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.bz2
forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.xz
forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.zip
[prep-release-3.2.0-b1] Update version to 3.2.0-b1
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 f517b679cf..d9e590c8c5 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-a3-dev" />
- <property name="prevversion" value="3.2.0-a1" />
- <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" />
+ <property name="newversion" value="3.2.0-b1" />
+ <property name="prevversion" value="3.2.0-a2" />
+ <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.2.0-a1" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />