aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-09-08 21:52:42 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-09-08 21:52:42 +0200
commit08842e6ba505b162573dff8b942bd7bd832e938a (patch)
tree1dda85aa4cc67a8170406323ff78fe6bd4b1420f /build
parentae00da85ec4cbea187957d282932cd9135ca722e (diff)
downloadforums-08842e6ba505b162573dff8b942bd7bd832e938a.tar
forums-08842e6ba505b162573dff8b942bd7bd832e938a.tar.gz
forums-08842e6ba505b162573dff8b942bd7bd832e938a.tar.bz2
forums-08842e6ba505b162573dff8b942bd7bd832e938a.tar.xz
forums-08842e6ba505b162573dff8b942bd7bd832e938a.zip
[prep-release-3.2.8] Update version numbers for 3.2.8 release
Diffstat (limited to 'build')
-rw-r--r--build/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index 264ebb7b03..a5a859b1ae 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.8-RC1" />
+ <property name="newversion" value="3.2.8" />
<property name="prevversion" value="3.2.7" />
- <property name="olderversions" value="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.1.11, 3.1.12, 3.2.0-a1, 3.2.0-a2, 3.2.0-b1, 3.2.0-b2, 3.2.0-RC1, 3.2.0-RC2, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6" />
+ <property name="olderversions" value="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.1.11, 3.1.12, 3.2.0-a1, 3.2.0-a2, 3.2.0-b1, 3.2.0-b2, 3.2.0-RC1, 3.2.0-RC2, 3.2.0, 3.2.1, 3.2.2, 3.2.3, 3.2.4, 3.2.5, 3.2.6, 3.2.8-RC1" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />