aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2008-09-04 11:19:48 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2008-09-04 11:19:48 +0000
commit88b2e097fc8b9b0e20876ce7afebe83c447f322c (patch)
treed1a3009deebde7bf642ffc202e3dd9f928e1cfe7 /phpBB/includes
parente81eb70aedd6105904854a5ce2233f4fe14eae80 (diff)
downloadforums-88b2e097fc8b9b0e20876ce7afebe83c447f322c.tar
forums-88b2e097fc8b9b0e20876ce7afebe83c447f322c.tar.gz
forums-88b2e097fc8b9b0e20876ce7afebe83c447f322c.tar.bz2
forums-88b2e097fc8b9b0e20876ce7afebe83c447f322c.tar.xz
forums-88b2e097fc8b9b0e20876ce7afebe83c447f322c.zip
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
Diffstat (limited to 'phpBB/includes')
-rw-r--r--phpBB/includes/constants.php3
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);