diff options
author | Marc Alexander <admin@m-a-styles.de> | 2019-05-11 17:30:43 +0200 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-05-11 23:36:44 +0200 |
commit | 89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a (patch) | |
tree | 8c13909022688c03796610da22b05ed63b98882d /phpBB/includes | |
parent | 3f33d8957288ee988e6e276ec8cb2042eb921627 (diff) | |
download | forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.tar forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.tar.gz forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.tar.bz2 forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.tar.xz forums-89ae1c3221c40b6394aa5da6bfc87d2f19ae4c9a.zip |
[ticket/16052] Update version numbers to 3.3
PHPBB3-16052
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/constants.php | 2 | ||||
-rw-r--r-- | phpBB/includes/functions_module.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index ba4856a1cc..9f7a325a2b 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.8-dev'); +@define('PHPBB_VERSION', '3.3.0-b1-dev'); // QA-related // define('PHPBB_QA', 1); diff --git a/phpBB/includes/functions_module.php b/phpBB/includes/functions_module.php index 9c4ee1a631..510d98ec11 100644 --- a/phpBB/includes/functions_module.php +++ b/phpBB/includes/functions_module.php @@ -123,7 +123,7 @@ class p_master // We "could" build a true tree with this function - maybe mod authors want to use this... // Functions for traversing and manipulating the tree are not available though - // We might re-structure the module system to use true trees in 3.2.x... + // We might re-structure the module system to use true trees in 4.0 // $tree = $this->build_tree($this->module_cache['modules'], $this->module_cache['parents']); // Clean up module cache array to only let survive modules the user can access |