diff options
| author | Joas Schilling <nickvergessen@gmx.de> | 2015-02-01 19:15:42 +0100 |
|---|---|---|
| committer | Joas Schilling <nickvergessen@gmx.de> | 2015-02-01 19:15:42 +0100 |
| commit | 036b5c424437a698f55bb1fefd4dd1662d14307c (patch) | |
| tree | fa280884d077356d40dbabcb8a2d1ce00055397a /phpBB | |
| parent | be30d8251a5c0a9ffb59f415cba7e10bbe714f68 (diff) | |
| download | forums-036b5c424437a698f55bb1fefd4dd1662d14307c.tar forums-036b5c424437a698f55bb1fefd4dd1662d14307c.tar.gz forums-036b5c424437a698f55bb1fefd4dd1662d14307c.tar.bz2 forums-036b5c424437a698f55bb1fefd4dd1662d14307c.tar.xz forums-036b5c424437a698f55bb1fefd4dd1662d14307c.zip | |
[prep-release-3.1.3] Update version to 3.1.3
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/includes/constants.php | 2 | ||||
| -rw-r--r-- | phpBB/install/schemas/schema_data.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 44acf76721..9f408f4702 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -28,7 +28,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.1.3-RC2'); +define('PHPBB_VERSION', '3.1.3'); // QA-related // define('PHPBB_QA', 1); diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql index 99bb3dd6af..3a0b71fe00 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.3-RC2'); +INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.3'); 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'); |
