aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-03-15 17:32:07 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-03-15 17:32:07 +0100
commit9be5405e5bcce7fc3f7e51a6b2912d07ed652b2d (patch)
tree9c18bd24951b490de91b55265775599756de0220 /phpBB
parent873b5686a1e361cded1c9310829035579168b227 (diff)
downloadforums-9be5405e5bcce7fc3f7e51a6b2912d07ed652b2d.tar
forums-9be5405e5bcce7fc3f7e51a6b2912d07ed652b2d.tar.gz
forums-9be5405e5bcce7fc3f7e51a6b2912d07ed652b2d.tar.bz2
forums-9be5405e5bcce7fc3f7e51a6b2912d07ed652b2d.tar.xz
forums-9be5405e5bcce7fc3f7e51a6b2912d07ed652b2d.zip
[prep-release-3.1.0-b1] Update build version to 3.1.0-b2-dev
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/includes/constants.php2
-rw-r--r--phpBB/install/schemas/schema_data.sql2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index ef1ae767d0..fe23ed5a9a 100644
--- a/phpBB/includes/constants.php
+++ b/phpBB/includes/constants.php
@@ -24,7 +24,7 @@ if (!defined('IN_PHPBB'))
*/
// phpBB Version
-define('PHPBB_VERSION', '3.1.0-b1');
+define('PHPBB_VERSION', '3.1.0-b2-dev');
// QA-related
// define('PHPBB_QA', 1);
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index 087a856536..885093f1ed 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -269,7 +269,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.0-b1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.1.0-b2-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');