aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/schema_data.sql
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-07-28 17:38:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-07-28 17:38:39 +0000
commitcc79d31345a5087279aceed461289a838c438262 (patch)
tree2224625f12ab460692cfb3fe075936c1ae5858b7 /phpBB/install/schemas/schema_data.sql
parent251f42c1cd6ef3db14f83982d2d018c7ef12fa41 (diff)
downloadforums-cc79d31345a5087279aceed461289a838c438262.tar
forums-cc79d31345a5087279aceed461289a838c438262.tar.gz
forums-cc79d31345a5087279aceed461289a838c438262.tar.bz2
forums-cc79d31345a5087279aceed461289a838c438262.tar.xz
forums-cc79d31345a5087279aceed461289a838c438262.zip
tagged and up
git-svn-id: file:///svn/phpbb/trunk@7976 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
-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 cce71d0593..4fb2c25bb3 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -206,7 +206,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.RC4');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.RC5-dev');
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');