diff options
author | Andreas Fischer <bantu@phpbb.com> | 2012-07-23 23:45:17 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-07-23 23:45:17 +0200 |
commit | 49a53755e6da8a8dc5ff09ba1768c9069a00ef52 (patch) | |
tree | 46a0a6ff0a411b16fe23380aa0804691a7182bdc /build | |
parent | 60acd63c70eeceff06d913df27a29988692dc7a9 (diff) | |
parent | ece4a2edb7f098bb4f0db7d1e2b6d8d405260b13 (diff) | |
download | forums-49a53755e6da8a8dc5ff09ba1768c9069a00ef52.tar forums-49a53755e6da8a8dc5ff09ba1768c9069a00ef52.tar.gz forums-49a53755e6da8a8dc5ff09ba1768c9069a00ef52.tar.bz2 forums-49a53755e6da8a8dc5ff09ba1768c9069a00ef52.tar.xz forums-49a53755e6da8a8dc5ff09ba1768c9069a00ef52.zip |
Merge branch 'prep-release-3.0.11' into develop-olympus
* prep-release-3.0.11:
[prep-release-3.0.11] Update Changelog for 3.0.11-RC2 release.
[prep-release-3.0.11] Bumping version number for 3.0.11-RC2.
Conflicts:
phpBB/includes/constants.php
phpBB/install/database_update.php
phpBB/install/schemas/schema_data.sql
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 1b8d42a660..4a3799d143 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.11-RC1" /> + <property name="newversion" value="3.0.11-RC2" /> <property name="prevversion" value="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" /> + <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.11-RC1" /> <!-- no configuration should be needed beyond this point --> <property name="oldversions" value="${olderversions}, ${prevversion}" /> |