aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-07 21:10:14 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-07 21:10:14 +0200
commit7137dc387abd129adbcb168424f73696aa13e74c (patch)
treef84660dd969eb50dab375f3512bbc1d6e44c5ad7 /build
parent63bdd193e0da90dc12ff2b6523b255f832420d3b (diff)
downloadforums-7137dc387abd129adbcb168424f73696aa13e74c.tar
forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.gz
forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.bz2
forums-7137dc387abd129adbcb168424f73696aa13e74c.tar.xz
forums-7137dc387abd129adbcb168424f73696aa13e74c.zip
[prep-release-3.1.0-RC5] Update version to 3.1.0-RC5
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 a9befcae48..52646bb82e 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.0-RC5-dev" />
+ <property name="newversion" value="3.1.0-RC5" />
<property name="prevversion" value="3.1.0-RC4" />
<property name="olderversions" value="3.0.12, 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" />
<!-- no configuration should be needed beyond this point -->