mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-12 02:25:18 +02: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
@ -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…
x
Reference in New Issue
Block a user