aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-01-24 10:28:09 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-02-05 16:55:21 +0100
commit127c0c449315572f8859944815b4699f6303975c (patch)
tree4119ef5c7be5d067e4deb934a760ba45f1ea6f1f /build
parent0b6b7fc486055c728a21227a406a3b9a1ac32d38 (diff)
downloadforums-127c0c449315572f8859944815b4699f6303975c.tar
forums-127c0c449315572f8859944815b4699f6303975c.tar.gz
forums-127c0c449315572f8859944815b4699f6303975c.tar.bz2
forums-127c0c449315572f8859944815b4699f6303975c.tar.xz
forums-127c0c449315572f8859944815b4699f6303975c.zip
[prep-release-3.1.0-a3] Update version to 3.1.0-a3
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 c65c71d2dc..9f122b8b4d 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.1.0-a2" />
- <property name="prevversion" value="3.1.0-a1" />
- <property name="olderversions" value="3.0.12" />
+ <property name="newversion" value="3.1.0-a3" />
+ <property name="prevversion" value="3.1.0-a2" />
+ <property name="olderversions" value="3.0.12, 3.1.0-a1" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />