diff options
author | Andreas Fischer <bantu@phpbb.com> | 2013-08-01 17:26:34 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2013-08-01 17:26:34 +0200 |
commit | ea8f584de9d572f8c58b26acd1fd7551c42ab59c (patch) | |
tree | 0cbc04843262195ab8eff7743c63526596fbb209 /build | |
parent | 469d9ee1719c02c097291a1bf61c1f77c1e452a4 (diff) | |
download | forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.tar forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.tar.gz forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.tar.bz2 forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.tar.xz forums-ea8f584de9d572f8c58b26acd1fd7551c42ab59c.zip |
[prep-release-3.0.12] Bumping version number for 3.0.12-RC2.
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml index a418f40b53..db327ccc30 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.0.12-RC1" /> + <property name="newversion" value="3.0.12-RC2" /> <property name="prevversion" value="3.0.11" /> - <property name="olderversions" value="3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.7-PL1, 3.0.8, 3.0.9, 3.0.10" /> + <property name="olderversions" value="3.0.2, 3.0.3, 3.0.4, 3.0.5, 3.0.6, 3.0.7, 3.0.7-PL1, 3.0.8, 3.0.9, 3.0.10, 3.0.12-RC1" /> <!-- no configuration should be needed beyond this point --> <property name="oldversions" value="${olderversions}, ${prevversion}" /> |