diff options
author | Chris Smith <toonarmy@phpbb.com> | 2008-11-14 02:01:04 +0000 |
---|---|---|
committer | Chris Smith <toonarmy@phpbb.com> | 2008-11-14 02:01:04 +0000 |
commit | 4a38e5cc3f19bb74bbcad70bd5f52ece9fea65cf (patch) | |
tree | f8f572921ba7f1e50244e900c472b1838925e1f5 /phpBB/install | |
parent | b9bf3dafd3704b01a01b37b5277b4f7621c4c690 (diff) | |
download | forums-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.sql | 2 |
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'); |