mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 12:28:52 +00:00
add phpbb version constant to constants. This allows us to check the filebase version.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@8811 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
e81eb70aed
commit
88b2e097fc
1 changed files with 3 additions and 0 deletions
|
@ -24,6 +24,9 @@ if (!defined('IN_PHPBB'))
|
||||||
* PHPBB_ADMIN_PATH
|
* PHPBB_ADMIN_PATH
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// phpBB Version
|
||||||
|
define('PHPBB_VERSION', '3.0.3-RC1');
|
||||||
|
|
||||||
// QA-related
|
// QA-related
|
||||||
// define('PHPBB_QA', 1);
|
// define('PHPBB_QA', 1);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue