diff options
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/includes/constants.php | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 91fc9224c4..e2a43da8c4 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -24,6 +24,9 @@ if (!defined('IN_PHPBB'))  * PHPBB_ADMIN_PATH  */ +// phpBB Version +define('PHPBB_VERSION', '3.0.3-RC1'); +  // QA-related  // define('PHPBB_QA', 1); | 
