aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2017-01-07 11:48:15 +0100
committerMarc Alexander <admin@m-a-styles.de>2017-01-07 11:48:15 +0100
commitda8ec61ab2dba1c8bb770932a6983cddbbb1251c (patch)
treec39196d3c52bbc0c00db139f6ee039faedba9704 /build
parent44f130808fc8ce9d125094d5294355d2b014014a (diff)
downloadforums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar
forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.gz
forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.bz2
forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.tar.xz
forums-da8ec61ab2dba1c8bb770932a6983cddbbb1251c.zip
[prep-release-3.2.0] Update version numbers and add 3.2.0 migration
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 615e420a13..165f522047 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.2.0-RC3-dev" />
+ <property name="newversion" value="3.2.0" />
<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 -->