aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-11-12 19:08:20 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-11-12 19:08:20 +0000
commit912e142b593683dfd75e6c11fc5685bf50e7623d (patch)
tree78d9be90e150c18e1a741108c79b09837b04c856
parent85ddd3ea84a405816ea2e64be9001c7f470999ad (diff)
downloadforums-912e142b593683dfd75e6c11fc5685bf50e7623d.tar
forums-912e142b593683dfd75e6c11fc5685bf50e7623d.tar.gz
forums-912e142b593683dfd75e6c11fc5685bf50e7623d.tar.bz2
forums-912e142b593683dfd75e6c11fc5685bf50e7623d.tar.xz
forums-912e142b593683dfd75e6c11fc5685bf50e7623d.zip
change version number
git-svn-id: file:///svn/phpbb/trunk@6575 89ea8834-ac86-4346-8a33-228a782c2dd0
-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 82a53bbafc..50bfe9db3a 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -199,7 +199,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.B3-dev');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.B3');
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');