aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2016-04-09 08:09:08 +0200
committerJoas Schilling <nickvergessen@gmx.de>2016-04-09 08:09:08 +0200
commit15e22af266ab66acbb4c22d0877139f7dda6afd5 (patch)
tree27dde07411ce2e7143f69afc3e8c8bd9fb7e1c88 /build
parentMerge pull request #4283 from DavidIQ/ticket/14587 (diff)
downloadphpbb-15e22af266ab66acbb4c22d0877139f7dda6afd5.tar.gz
phpbb-15e22af266ab66acbb4c22d0877139f7dda6afd5.tar.bz2
phpbb-15e22af266ab66acbb4c22d0877139f7dda6afd5.zip
[prep-release-3.1.9] Update version to 3.1.9-RC1
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 7d9def981a..6e209dfc87 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.9-dev" />
+ <property name="newversion" value="3.1.9-RC1" />
<property name="prevversion" value="3.1.8" />
<property name="olderversions" value="3.0.14, 3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6, 3.1.7, 3.1.7-pl1" />
<!-- no configuration should be needed beyond this point -->