aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2007-12-26 14:53:52 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2007-12-26 14:53:52 +0000
commit9e35894f5e52220e6ae68b7917cfde1a703708f2 (patch)
treed88e2fa3fab550e666ef8f42c7fd1cbcbd44ae35 /phpBB/install/schemas
parentdd488c5b03a6e806f5a30c8daa79aa1a178deb3d (diff)
downloadforums-9e35894f5e52220e6ae68b7917cfde1a703708f2.tar
forums-9e35894f5e52220e6ae68b7917cfde1a703708f2.tar.gz
forums-9e35894f5e52220e6ae68b7917cfde1a703708f2.tar.bz2
forums-9e35894f5e52220e6ae68b7917cfde1a703708f2.tar.xz
forums-9e35894f5e52220e6ae68b7917cfde1a703708f2.zip
*** empty log message ***
git-svn-id: file:///svn/phpbb/trunk@8284 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 254b067b55..81b0805a8d 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.0');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.1-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');