[develop-olympus] Bumping version number for 3.0.9-RC1.

This commit is contained in:
Andreas Fischer 2011-06-11 02:29:11 +02:00
parent b774520621
commit 7232ca4102
4 changed files with 5 additions and 5 deletions

View file

@ -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 -->

View file

@ -25,7 +25,7 @@ if (!defined('IN_PHPBB'))
*/
// phpBB Version
define('PHPBB_VERSION', '3.0.9-dev');
define('PHPBB_VERSION', '3.0.9-RC1');
// QA-related
// define('PHPBB_QA', 1);

View file

@ -8,7 +8,7 @@
*
*/
$updates_to_version = '3.0.9-dev';
$updates_to_version = '3.0.9-RC1';
// Enter any version to update from to test updates. The version within the db will not be updated.
$debug_from_version = false;

View file

@ -245,7 +245,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('topics_per_page',
INSERT INTO phpbb_config (config_name, config_value) VALUES ('tpl_allow_php', '0');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_icons_path', 'images/upload_icons');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('upload_path', 'files');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.9-dev');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.9-RC1');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_expire_days', '90');
INSERT INTO phpbb_config (config_name, config_value) VALUES ('warnings_gc', '14400');