aboutsummaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-12 22:27:29 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-12 22:27:29 +0200
commitc6075003a30f3e361282fa67d394b03128cd5d7a (patch)
tree41544faf59bb116db2707b77578083ee293c4b7a /build
parentecc9a7dd9bd4224a71dd54a0ced2d1576bc4d74c (diff)
parent939bb65b1708bd43c55ffc2d11ec36b938763f23 (diff)
downloadforums-c6075003a30f3e361282fa67d394b03128cd5d7a.tar
forums-c6075003a30f3e361282fa67d394b03128cd5d7a.tar.gz
forums-c6075003a30f3e361282fa67d394b03128cd5d7a.tar.bz2
forums-c6075003a30f3e361282fa67d394b03128cd5d7a.tar.xz
forums-c6075003a30f3e361282fa67d394b03128cd5d7a.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [develop-olympus] Changelog: Changes since 3.0.8 [develop-olympus] Bumping version number for 3.0.9-RC1. [develop-olympus] Bumping version number for 3.0.9-RC1 and 3.0.9 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.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/build.xml b/build/build.xml
index bc9240f37c..dd2d82249d 100644
--- a/build/build.xml
+++ b/build/build.xml
@@ -2,8 +2,8 @@
<project name="phpBB" description="The phpBB forum software" default="all" basedir="../">
<!-- a few settings for the build -->
- <property name="newversion" value="3.0.8" />
- <property name="prevversion" value="3.0.8-RC1" />
+ <property name="newversion" value="3.0.9-RC1" />
+ <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-PL1" />
<!-- no configuration should be needed beyond this point -->