aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2016-02-13 18:01:32 +0100
committerJoas Schilling <nickvergessen@gmx.de>2016-02-13 18:01:32 +0100
commit17e21d5140ccb99363a32bd64c32af6012c1ce97 (patch)
treed1bd652fcf4c1a0bb602349bc81e5e66146e0cab /build
parentc2ea2a3e18d5a0d47b50b41ba9d817428061d97f (diff)
downloadforums-17e21d5140ccb99363a32bd64c32af6012c1ce97.tar
forums-17e21d5140ccb99363a32bd64c32af6012c1ce97.tar.gz
forums-17e21d5140ccb99363a32bd64c32af6012c1ce97.tar.bz2
forums-17e21d5140ccb99363a32bd64c32af6012c1ce97.tar.xz
forums-17e21d5140ccb99363a32bd64c32af6012c1ce97.zip
[3.1.x] Increase dev version for 3.1.9
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 6479d0725f..29afe03011 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.8-RC1" />
+ <property name="newversion" value="3.1.9-dev" />
<property name="prevversion" value="3.1.7-pl1" />
<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-RC1, 3.1.7" />
<!-- no configuration should be needed beyond this point -->