aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorAndreas Fischer <bantu@phpbb.com>2011-06-26 20:47:33 +0200
committerAndreas Fischer <bantu@phpbb.com>2011-06-26 20:47:33 +0200
commitfe0932fdf02a45be914414eca586add1c083cbee (patch)
treedd18414d0348a19214b2be3daf419ed65c4df181 /phpBB/install/schemas
parent1ae42ae6ba9d7d9ffedb86ed6615762b7ece652a (diff)
downloadforums-fe0932fdf02a45be914414eca586add1c083cbee.tar
forums-fe0932fdf02a45be914414eca586add1c083cbee.tar.gz
forums-fe0932fdf02a45be914414eca586add1c083cbee.tar.bz2
forums-fe0932fdf02a45be914414eca586add1c083cbee.tar.xz
forums-fe0932fdf02a45be914414eca586add1c083cbee.zip
[prep-release-3.0.9] Bumping version number for 3.0.9-RC3.
Diffstat (limited to 'phpBB/install/schemas')
-rw-r--r--phpBB/install/schemas/schema_data.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 5e8aee85ef..b3f136ff7a 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -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-RC2');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.9-RC3');
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');