From 2f0a6d86f6a74e4512c86ebfaff6097753b09768 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@89ea8834-ac86-4346-8a33-228a782c2dd0> Date: Thu, 28 Aug 2003 14:10:13 +0000 Subject: [PATCH] This commit was manufactured by cvs2svn to create tag 'milestone_2'. git-svn-id: file:///svn/phpbb/tags/milestone_2@4450 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/install/schemas/schema_data.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 9405e1577a..a122c844f9 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -71,7 +71,7 @@ INSERT INTO phpbb_config (config_name, config_value) VALUES ('search_gc', '7200' INSERT INTO phpbb_config (config_name, config_value) VALUES ('queue_interval', '600'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('ip_check', '4'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('browser_check', '1'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '2.1.1'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '2.1.2'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_chars', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_post_smilies', '0'); INSERT INTO phpbb_config (config_name, config_value) VALUES ('max_quote_depth', '3');