aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-10-23 12:22:02 +0200
committerJoas Schilling <nickvergessen@gmx.de>2014-10-23 12:22:02 +0200
commit80a9c24b6b33d14cb3ffed0d25973496335c9200 (patch)
tree521c306b37fc04d9f80df536502ee3e8c74a2b7e /build
parent08f365236acb48f9017b6e978a9b9c50ab5ed960 (diff)
downloadforums-80a9c24b6b33d14cb3ffed0d25973496335c9200.tar
forums-80a9c24b6b33d14cb3ffed0d25973496335c9200.tar.gz
forums-80a9c24b6b33d14cb3ffed0d25973496335c9200.tar.bz2
forums-80a9c24b6b33d14cb3ffed0d25973496335c9200.tar.xz
forums-80a9c24b6b33d14cb3ffed0d25973496335c9200.zip
[prep-release-3.1.0] Update version to 3.1.0
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 3797ab6bf0..69ea508a14 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-RC7-dev" />
+ <property name="newversion" value="3.1.0" />
<property name="prevversion" value="3.1.0-RC6" />
<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, 3.1.0-RC2, 3.1.0-RC3, 3.1.0-RC4, 3.1.0-RC5" />
<!-- no configuration should be needed beyond this point -->