aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
author3Di <three3di@hotmail.it>2018-12-24 09:42:16 +0100
committerGitHub <noreply@github.com>2018-12-24 09:42:16 +0100
commit871875d9aa3d0b0a17a0eb1936323d5737a438f5 (patch)
treed035cb1e7c7d99fedd70976c47cf9d7d8a04c7ac /build
parentdb7f4d4c9523e5dc36c62ec6fe647aaf7708daaa (diff)
parentca98cd413a6f01eb01e3ca60cea9b55409dadc61 (diff)
downloadforums-871875d9aa3d0b0a17a0eb1936323d5737a438f5.tar
forums-871875d9aa3d0b0a17a0eb1936323d5737a438f5.tar.gz
forums-871875d9aa3d0b0a17a0eb1936323d5737a438f5.tar.bz2
forums-871875d9aa3d0b0a17a0eb1936323d5737a438f5.tar.xz
forums-871875d9aa3d0b0a17a0eb1936323d5737a438f5.zip
Merge pull request #1 from phpbb/3.2.x
3.2.x
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 538c62f24a..dc9f3bbe0d 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.5-dev" />
- <property name="prevversion" value="3.2.4" />
- <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" />
+ <property name="newversion" value="3.2.6-dev" />
+ <property name="prevversion" value="3.2.5" />
+ <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" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />