aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-11-21 01:08:43 +0100
committerAndreas Fischer <bantu@phpbb.com>2011-11-21 01:08:43 +0100
commitc67ca0ac9903ee2ab018da49141d8d085073f41a (patch)
tree462b5b51fa2265d262f3ef1f0a59e3faf58a2a02 /build
parentd766ee3fe65924aa8379ef0672b2f52315415612 (diff)
parenta9d7b1f9a144a6354638e6ef30e42cec2463f1b8 (diff)
downloadforums-c67ca0ac9903ee2ab018da49141d8d085073f41a.tar
forums-c67ca0ac9903ee2ab018da49141d8d085073f41a.tar.gz
forums-c67ca0ac9903ee2ab018da49141d8d085073f41a.tar.bz2
forums-c67ca0ac9903ee2ab018da49141d8d085073f41a.tar.xz
forums-c67ca0ac9903ee2ab018da49141d8d085073f41a.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [develop-olympus] Increment version number to 3.0.11-dev in develop-olympus. [develop-olympus] Add changelog for 3.0.10-RC1 [develop-olympus] Bump version numbers for 3.0.10-RC1 release. [develop-olympus] Bumping version numbers to final for 3.0.10 releases. Conflicts: phpBB/includes/constants.php phpBB/install/convertors/convert_phpbb20.php phpBB/install/database_update.php phpBB/install/schemas/schema_data.sql phpBB/styles/prosilver/imageset/imageset.cfg phpBB/styles/prosilver/style.cfg phpBB/styles/prosilver/template/template.cfg phpBB/styles/prosilver/theme/theme.cfg phpBB/styles/subsilver2/imageset/imageset.cfg phpBB/styles/subsilver2/style.cfg phpBB/styles/subsilver2/template/template.cfg phpBB/styles/subsilver2/theme/theme.cfg
Diffstat (limited to 'build')
-rw-r--r--build/build.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/build.xml b/build/build.xml
index eb63bde034..fbc1a91e1b 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.9" />
- <property name="prevversion" value="3.0.8" />
- <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.9-RC1, 3.0.9-RC2, 3.0.9-RC3, 3.0.9-RC4" />
+ <property name="newversion" value="3.0.10-RC1" />
+ <property name="prevversion" value="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" />
<!-- no configuration should be needed beyond this point -->
<property name="oldversions" value="${olderversions}, ${prevversion}" />