diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-05-04 17:27:20 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-05-04 17:27:20 +0200 |
commit | 80d113f6883ea25eec0ba9947cd3bc9c330c5ef6 (patch) | |
tree | 28d03ccbd48499e3861dc2f3dca437eb64ae31a4 /build | |
parent | 5b6bce89c9866142bb489b6bd6bbf6362c4b9a7a (diff) | |
download | forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.tar forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.tar.gz forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.tar.bz2 forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.tar.xz forums-80d113f6883ea25eec0ba9947cd3bc9c330c5ef6.zip |
[prep-release-3.1.0-b3] Update version to 3.1.0-b3
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 c1f81fb947..83db90e561 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-b3-dev" /> + <property name="newversion" value="3.1.0-b3" /> <property name="prevversion" value="3.1.0-b2" /> <property name="olderversions" value="3.0.12, 3.1.0-a1, 3.1.0-a2, 3.1.0-a3, 3.1.0-b1" /> <!-- no configuration should be needed beyond this point --> |