diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2011-02-16 16:06:23 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2011-02-16 16:06:23 +0100 |
| commit | 59454ccd9966cfb9449b013d97e7e40b961e2601 (patch) | |
| tree | 0997d8f0811201be9c0d568192933fcae65b316a /phpBB/install/schemas/schema_data.sql | |
| parent | 528c54f0f73eb73bfc347b4fc448c6dbba0e0460 (diff) | |
| download | forums-59454ccd9966cfb9449b013d97e7e40b961e2601.tar forums-59454ccd9966cfb9449b013d97e7e40b961e2601.tar.gz forums-59454ccd9966cfb9449b013d97e7e40b961e2601.tar.bz2 forums-59454ccd9966cfb9449b013d97e7e40b961e2601.tar.xz forums-59454ccd9966cfb9449b013d97e7e40b961e2601.zip | |
[ticket/10045] Update version in some more files.
I did not include the docs/INSTALL.html, because we need to do a bit more on that file before releasing 3.1 (Add section how to update from 3.0 to 3.1, ...)
PHPBB3-10045
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 32e411123a..5ced24034c 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -243,7 +243,7 @@ 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 ('use_system_cron', '0'); -INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.0.9-dev'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-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'); |
