aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-10-13 11:47:54 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-10-13 11:47:54 +0000
commitd7fbabba471c398962e40f5d127f0c6d39943d19 (patch)
treeca9bea661eb018308d21802bc8e0dc2a41cc7ced /phpBB/install/schemas
parent0b0a1f974e0d78e448df10a3e234692571de7e5e (diff)
downloadforums-d7fbabba471c398962e40f5d127f0c6d39943d19.tar
forums-d7fbabba471c398962e40f5d127f0c6d39943d19.tar.gz
forums-d7fbabba471c398962e40f5d127f0c6d39943d19.tar.bz2
forums-d7fbabba471c398962e40f5d127f0c6d39943d19.tar.xz
forums-d7fbabba471c398962e40f5d127f0c6d39943d19.zip
RC6 preparation
git-svn-id: file:///svn/phpbb/trunk@8173 89ea8834-ac86-4346-8a33-228a782c2dd0
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 96e91f9883..64f947783c 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -213,7 +213,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.RC6-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.RC6');
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');