aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-06-09 20:30:40 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-06-09 20:30:40 +0200
commitd2a2c183ed875cb176b3f6968751ab73dc2b7650 (patch)
tree95c7352ab06576ace9eda6fee8dea8221543d0d0 /build
parent832c9f64e04ad22dce1d51e72f3c65df4894c0eb (diff)
downloadforums-d2a2c183ed875cb176b3f6968751ab73dc2b7650.tar
forums-d2a2c183ed875cb176b3f6968751ab73dc2b7650.tar.gz
forums-d2a2c183ed875cb176b3f6968751ab73dc2b7650.tar.bz2
forums-d2a2c183ed875cb176b3f6968751ab73dc2b7650.tar.xz
forums-d2a2c183ed875cb176b3f6968751ab73dc2b7650.zip
[prep-release-3.1.5] Update version to 3.1.5-RC1
Diffstat (limited to 'build')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index 59170ab75f..c19d50a5d7 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -2,7 +2,7 @@
<project name="phpBB" description="The phpBB forum software" default="all" basedir="../">
<!-- a few settings for the build -->
- <property name="newversion" value="3.1.5-dev" />
+ <property name="newversion" value="3.1.5-RC1" />
<property name="prevversion" value="3.1.4" />
<property name="olderversions" value="3.0.12, 3.0.13, 3.0.13-PL1, 3.0.14, 3.1.0, 3.1.1, 3.1.2, 3.1.3" />
<!-- no configuration should be needed beyond this point -->