diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-02 17:13:34 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2008-12-02 17:13:34 +0000 |
| commit | 83839139e6b55edadf3b0fb6fde75504f88d7364 (patch) | |
| tree | ba29b54143b0ed309183cbc9ab0e97619abc59a2 /phpBB/install/schemas/schema_data.sql | |
| parent | 9ad79023b1bb6b088dc1426bb26f5f8675ee1ee2 (diff) | |
| download | forums-83839139e6b55edadf3b0fb6fde75504f88d7364.tar forums-83839139e6b55edadf3b0fb6fde75504f88d7364.tar.gz forums-83839139e6b55edadf3b0fb6fde75504f88d7364.tar.bz2 forums-83839139e6b55edadf3b0fb6fde75504f88d7364.tar.xz forums-83839139e6b55edadf3b0fb6fde75504f88d7364.zip | |
dumdidum...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9155 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/install/schemas/schema_data.sql')
| -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 71a7a8436a..f469436e00 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.4-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.4-RC1'); 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'); |
