diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-17 20:30:41 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-06-17 20:30:41 +0000 |
| commit | 6cf4180bb7ce73c344477730388a339e6a8e9fdb (patch) | |
| tree | 5db083aa387acce15e184b1e736ad78ac12e6428 | |
| parent | 2043827f528c7383f2f7ef649d2937c11922b468 (diff) | |
| download | forums-6cf4180bb7ce73c344477730388a339e6a8e9fdb.tar forums-6cf4180bb7ce73c344477730388a339e6a8e9fdb.tar.gz forums-6cf4180bb7ce73c344477730388a339e6a8e9fdb.tar.bz2 forums-6cf4180bb7ce73c344477730388a339e6a8e9fdb.tar.xz forums-6cf4180bb7ce73c344477730388a339e6a8e9fdb.zip | |
I missed the version change. Anyone knows what is with the private checkin list? I seem to get no mails - it used to be fast.
git-svn-id: file:///svn/phpbb/trunk@6093 89ea8834-ac86-4346-8a33-228a782c2dd0
| -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 25965242fd..4c3fc036d9 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -205,7 +205,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', '2.1.2'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.B1'); 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'); |
