diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-24 21:27:49 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-24 23:21:43 +0200 |
commit | 894dcaaaad2957b345a828274ada50d65104e2b6 (patch) | |
tree | 797b712d0bc841011fa27684c67ddbc70fbe612f /build | |
parent | 70a98e6f633761e695aaa5240d86c038c6f8f233 (diff) | |
download | forums-894dcaaaad2957b345a828274ada50d65104e2b6.tar forums-894dcaaaad2957b345a828274ada50d65104e2b6.tar.gz forums-894dcaaaad2957b345a828274ada50d65104e2b6.tar.bz2 forums-894dcaaaad2957b345a828274ada50d65104e2b6.tar.xz forums-894dcaaaad2957b345a828274ada50d65104e2b6.zip |
[prep-release-3.1.0-RC1] Update version to 3.1.0-RC1
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index d3489ab607..a9b1bfa8fa 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-b5-dev" /> + <property name="newversion" value="3.1.0-RC1" /> <property name="prevversion" value="3.1.0-b4" /> <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" /> <!-- no configuration should be needed beyond this point --> |