aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2019-05-03 23:15:56 +0200
committerMarc Alexander <admin@m-a-styles.de>2019-05-03 23:15:56 +0200
commit004477f6a6d24abb4f1dfd3824742f36c553977e (patch)
tree1dd946ebd770861ed218425e3ebce3c66bc2bcf9 /build
parentMerge branch '3.2.x' (diff)
parent[3.2.x] Update version numbers to 3.2.8-dev (diff)
downloadphpbb-004477f6a6d24abb4f1dfd3824742f36c553977e.tar.gz
phpbb-004477f6a6d24abb4f1dfd3824742f36c553977e.tar.bz2
phpbb-004477f6a6d24abb4f1dfd3824742f36c553977e.zip
Merge branch '3.2.x'
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 1dc8136802..b9f143c2cc 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -3,8 +3,8 @@
<project name="phpBB" description="The phpBB forum software" default="all" basedir="../">
<!-- a few settings for the build -->
<property name="newversion" value="3.3.0-a1-dev" />
- <property name="prevversion" value="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" />
+ <property name="prevversion" value="3.2.7-RC1" />
+ <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" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />