aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-01-31 01:03:55 +0100
committerJoas Schilling <nickvergessen@gmx.de>2015-01-31 01:03:55 +0100
commitdd182c5433129c7116fb01afc1a80425e3c92d22 (patch)
treea3177e2aa43d8d2026db6cb7826452ea6af97ea7 /build
parente72c1540cbe0aded6325371f5f7fae4ca6c8449d (diff)
downloadforums-dd182c5433129c7116fb01afc1a80425e3c92d22.tar
forums-dd182c5433129c7116fb01afc1a80425e3c92d22.tar.gz
forums-dd182c5433129c7116fb01afc1a80425e3c92d22.tar.bz2
forums-dd182c5433129c7116fb01afc1a80425e3c92d22.tar.xz
forums-dd182c5433129c7116fb01afc1a80425e3c92d22.zip
[prep-release-3.1.3] Update version to 3.1.3-RC2
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 a8d34d3db1..824b86e9fe 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.3-RC1" />
- <property name="prevversion" value="3.1.2" />
- <property name="olderversions" value="3.0.12, 3.0.13, 3.0.13-PL1, 3.1.0-a1, 3.1.0-a2, 3.1.0-a3, 3.1.0-b1, 3.1.0-b2, 3.1.0-b3, 3.1.0-b4, 3.1.0-RC1, 3.1.0-RC2, 3.1.0-RC3, 3.1.0-RC4, 3.1.0-RC5, 3.1.0-RC6, 3.1.0, 3.1.1, 3.1.2-RC1" />
+ <property name="newversion" value="3.1.3-RC2" />
+ <property name="prevversion" value="3.1.3-RC1" />
+ <property name="olderversions" value="3.0.12, 3.0.13, 3.0.13-PL1, 3.1.0, 3.1.1, 3.1.2" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />