diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2015-04-29 09:59:40 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2015-04-29 09:59:40 +0200 |
commit | 1ad09d9c8b40310698648e1064f186c2670ad880 (patch) | |
tree | 0aae57885c07fc74fe86f10578263011a0fe013f /phpBB/install | |
parent | c1702b8e19a69c98ef049abb4e14157e3e208ed4 (diff) | |
download | forums-1ad09d9c8b40310698648e1064f186c2670ad880.tar forums-1ad09d9c8b40310698648e1064f186c2670ad880.tar.gz forums-1ad09d9c8b40310698648e1064f186c2670ad880.tar.bz2 forums-1ad09d9c8b40310698648e1064f186c2670ad880.tar.xz forums-1ad09d9c8b40310698648e1064f186c2670ad880.zip |
[prep-release-3.1.4] Increase version number to 3.1.4-RC2
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 b6f11f7353..79a536bfe4 100644 --- a/phpBB/install/schemas/schema_data.sql +++ b/phpBB/install/schemas/schema_data.sql @@ -273,7 +273,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.1.4-RC1'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.4-RC2'); 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'); |