diff options
| author | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-03 21:41:22 +0100 |
|---|---|---|
| committer | Tristan Darricau <tristan.darricau@sensiolabs.com> | 2016-02-03 21:41:22 +0100 |
| commit | f80ec7e7864d686a4ac392a4c9d100960ddb83c7 (patch) | |
| tree | c49f4935fe1c6bc0fc21807680bca96673e419d1 /build | |
| parent | 03fba990747bb0eeda47c8247b5808257d1443b7 (diff) | |
| download | forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.gz forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.bz2 forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.tar.xz forums-f80ec7e7864d686a4ac392a4c9d100960ddb83c7.zip | |
[prep-release-3.2.0-b1] Update version to 3.2.0-b1
Diffstat (limited to 'build')
| -rw-r--r-- | build/build.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml index f517b679cf..d9e590c8c5 100644 --- a/build/build.xml +++ b/build/build.xml @@ -2,9 +2,9 @@ <project name="phpBB" description="The phpBB forum software" default="all" basedir="../"> <!-- a few settings for the build --> - <property name="newversion" value="3.2.0-a3-dev" /> - <property name="prevversion" value="3.2.0-a1" /> - <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" /> + <property name="newversion" value="3.2.0-b1" /> + <property name="prevversion" value="3.2.0-a2" /> + <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, 3.2.0-a1" /> <!-- no configuration should be needed beyond this point --> <property name="oldversions" value="${olderversions}, ${prevversion}" /> |
