aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-04-09 20:26:12 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-04-09 20:26:12 +0200
commit313a224c688fa1e2575b22092384458ae23d5147 (patch)
tree2aa238d4a9ac695cde78883e54ba13107901098c /build/build.xml
parent17620bba46138ec48a6748a4147986b1d21a48fd (diff)
downloadforums-313a224c688fa1e2575b22092384458ae23d5147.tar
forums-313a224c688fa1e2575b22092384458ae23d5147.tar.gz
forums-313a224c688fa1e2575b22092384458ae23d5147.tar.bz2
forums-313a224c688fa1e2575b22092384458ae23d5147.tar.xz
forums-313a224c688fa1e2575b22092384458ae23d5147.zip
Update version to 3.1.4-RC1
Diffstat (limited to 'build/build.xml')
-rw-r--r--build/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml
index b0a9190898..7628e69f2d 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.4-dev" />
+ <property name="newversion" value="3.1.4-RC1" />
<property name="prevversion" value="3.1.3" />
<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 -->