aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-09-19 19:02:31 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-09-19 19:02:31 +0200
commit301694e9228944e501af3aa7daa4d7b760c7ee23 (patch)
tree4f424a0d5bc6fcf235a76e396fb59088886ce9de /build
parentfc252f1ba52760a072d8e79f5afc3268db7d1035 (diff)
downloadforums-301694e9228944e501af3aa7daa4d7b760c7ee23.tar
forums-301694e9228944e501af3aa7daa4d7b760c7ee23.tar.gz
forums-301694e9228944e501af3aa7daa4d7b760c7ee23.tar.bz2
forums-301694e9228944e501af3aa7daa4d7b760c7ee23.tar.xz
forums-301694e9228944e501af3aa7daa4d7b760c7ee23.zip
[prep-release-3.1.0-RC4] Update version to 3.1.0-RC4
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 56fe802824..0eb2b06783 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-RC4-dev" />
+ <property name="newversion" value="3.1.0-RC4" />
<property name="prevversion" value="3.1.0-RC3" />
<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" />
<!-- no configuration should be needed beyond this point -->