aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2008-11-14 02:01:04 +0000
committerChris Smith <toonarmy@phpbb.com>2008-11-14 02:01:04 +0000
commit4a38e5cc3f19bb74bbcad70bd5f52ece9fea65cf (patch)
treef8f572921ba7f1e50244e900c472b1838925e1f5 /phpBB/install
parentb9bf3dafd3704b01a01b37b5277b4f7621c4c690 (diff)
downloadforums-4a38e5cc3f19bb74bbcad70bd5f52ece9fea65cf.tar
forums-4a38e5cc3f19bb74bbcad70bd5f52ece9fea65cf.tar.gz
forums-4a38e5cc3f19bb74bbcad70bd5f52ece9fea65cf.tar.bz2
forums-4a38e5cc3f19bb74bbcad70bd5f52ece9fea65cf.tar.xz
forums-4a38e5cc3f19bb74bbcad70bd5f52ece9fea65cf.zip
Before we forget
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9066 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install')
-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 1fd0f96332..71a7a8436a 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -218,7 +218,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.3');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.4-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');