aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/constants.php
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2018-01-07 10:28:59 +0100
committerMarc Alexander <admin@m-a-styles.de>2018-01-07 10:28:59 +0100
commit2a939fa779059b2eedc5eaf33706b4a1627ed30e (patch)
tree12aa20249ca31f91fa3c8ab6795a2bce6f55f3a4 /phpBB/includes/constants.php
parent39b142077478876b4c2ef270c081681070f264d7 (diff)
parentbf5f11e11ac0f25441ba891fc16d5a780e4450e2 (diff)
downloadforums-2a939fa779059b2eedc5eaf33706b4a1627ed30e.tar
forums-2a939fa779059b2eedc5eaf33706b4a1627ed30e.tar.gz
forums-2a939fa779059b2eedc5eaf33706b4a1627ed30e.tar.bz2
forums-2a939fa779059b2eedc5eaf33706b4a1627ed30e.tar.xz
forums-2a939fa779059b2eedc5eaf33706b4a1627ed30e.zip
Merge pull request #41 from phpbb/ticket/security/211-rhea
[ticket/security/211] Rhea version of security fix
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r--phpBB/includes/constants.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php
index d4c14224f5..7eeb36595d 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.2-RC1');
+@define('PHPBB_VERSION', '3.2.3-dev');
// QA-related
// define('PHPBB_QA', 1);