aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-03-26 21:18:16 +0200
committerMarc Alexander <admin@m-a-styles.de>2018-03-26 21:18:16 +0200
commit22a251916c7d786f81d8feed7988c8860edb64eb (patch)
tree3dc03de6b7714eccb29e65a14f573a973c2e7f04 /phpBB
parentb98a81364f8e2a02e457da050270b55e79893c70 (diff)
downloadforums-22a251916c7d786f81d8feed7988c8860edb64eb.tar
forums-22a251916c7d786f81d8feed7988c8860edb64eb.tar.gz
forums-22a251916c7d786f81d8feed7988c8860edb64eb.tar.bz2
forums-22a251916c7d786f81d8feed7988c8860edb64eb.tar.xz
forums-22a251916c7d786f81d8feed7988c8860edb64eb.zip
[3.2.x] Update version numbers to 3.2.4-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 d94d418450..29ca6959c8 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.2.3-RC1');
+@define('PHPBB_VERSION', '3.2.4-dev');
// QA-related
// define('PHPBB_QA', 1);
diff --git a/phpBB/install/schemas/schema_data.sql b/phpBB/install/schemas/schema_data.sql
index e7eedfb46c..21f26b5f08 100644
--- a/phpBB/install/schemas/schema_data.sql
+++ b/phpBB/install/schemas/schema_data.sql
@@ -280,7 +280,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.2.3-RC1');
+INSERT INTO phpbb_config (config_name, config_value) VALUES ('version', '3.2.4-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');