diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-11-14 20:15:50 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-11-14 20:15:50 +0000 |
commit | 0cdf46db0fbf2547902e42f0839cf384d509ef8e (patch) | |
tree | f1808da88040dddb146d64c0bb57e7839db63ce2 /phpBB/includes | |
parent | 43598d7727c41a180d45f7019a7adc26d7365b9e (diff) | |
download | forums-0cdf46db0fbf2547902e42f0839cf384d509ef8e.tar forums-0cdf46db0fbf2547902e42f0839cf384d509ef8e.tar.gz forums-0cdf46db0fbf2547902e42f0839cf384d509ef8e.tar.bz2 forums-0cdf46db0fbf2547902e42f0839cf384d509ef8e.tar.xz forums-0cdf46db0fbf2547902e42f0839cf384d509ef8e.zip |
merge r10267
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_6@10268 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/constants.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 7106c4efa9..398611d24e 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -25,7 +25,7 @@ if (!defined('IN_PHPBB')) */ // phpBB Version -define('PHPBB_VERSION', '3.0.6-RC4'); +define('PHPBB_VERSION', '3.0.6'); // QA-related // define('PHPBB_QA', 1); |