aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-11-14 20:11:38 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-11-14 20:11:38 +0000
commit46112228c08d1ca935eba34ddd849eb9f7de6cf8 (patch)
tree6b9ce199821e57cd95a65f43893e6967c0527ab7 /phpBB/install/schemas
parent978f707fd12698875e20b945f2bb30c82c6888c5 (diff)
downloadforums-46112228c08d1ca935eba34ddd849eb9f7de6cf8.tar
forums-46112228c08d1ca935eba34ddd849eb9f7de6cf8.tar.gz
forums-46112228c08d1ca935eba34ddd849eb9f7de6cf8.tar.bz2
forums-46112228c08d1ca935eba34ddd849eb9f7de6cf8.tar.xz
forums-46112228c08d1ca935eba34ddd849eb9f7de6cf8.zip
Tag as 3.0.6
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10267 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 30ca808ef5..1c75ee4886 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -239,7 +239,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.6-RC4');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.6');
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');