aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2015-04-10 09:53:58 +0200
committerJoas Schilling <nickvergessen@gmx.de>2015-04-10 09:53:58 +0200
commitfcc7e7d33306347128158ff843db08bd25039cb4 (patch)
treee1aabf1762cee2673645e1252c4fd48d6dcce6ae /build
parent17620bba46138ec48a6748a4147986b1d21a48fd (diff)
parent073f3e4470016af718f90070276305615abc007f (diff)
downloadforums-fcc7e7d33306347128158ff843db08bd25039cb4.tar
forums-fcc7e7d33306347128158ff843db08bd25039cb4.tar.gz
forums-fcc7e7d33306347128158ff843db08bd25039cb4.tar.bz2
forums-fcc7e7d33306347128158ff843db08bd25039cb4.tar.xz
forums-fcc7e7d33306347128158ff843db08bd25039cb4.zip
Merge branch 'prep-release-3.1.4' into 3.1.x
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 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 -->