aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-08-11 19:30:55 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-08-11 19:30:55 +0200
commitb40225c1423b4700e4b2ba0f4bd5d3781d4a495b (patch)
tree5c3c53fcede2266033627b12fa4bb56c2ebfa667 /build
parentf76d671dc780f18ca329ef8c21f674cc40336e4a (diff)
downloadforums-b40225c1423b4700e4b2ba0f4bd5d3781d4a495b.tar
forums-b40225c1423b4700e4b2ba0f4bd5d3781d4a495b.tar.gz
forums-b40225c1423b4700e4b2ba0f4bd5d3781d4a495b.tar.bz2
forums-b40225c1423b4700e4b2ba0f4bd5d3781d4a495b.tar.xz
forums-b40225c1423b4700e4b2ba0f4bd5d3781d4a495b.zip
[prep-release-3.1.0-RC3] Update version to 3.1.0-RC3
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 ca71aae924..861644c40d 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-RC3-dev" />
+ <property name="newversion" value="3.1.0-RC3" />
<property name="prevversion" value="3.1.0-RC2" />
<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" />
<!-- no configuration should be needed beyond this point -->