diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-22 14:35:56 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-10-22 14:35:56 +0000 |
commit | 30f3ba83e3a29373139ce6147a9c37ec09ba7d61 (patch) | |
tree | 3f2173cf4ec0026624e4d4a2a7d574a19020e795 /phpBB/includes/constants.php | |
parent | ba73a77f30d45f9fb6c78bf5ded04f70f0d0b404 (diff) | |
download | forums-30f3ba83e3a29373139ce6147a9c37ec09ba7d61.tar forums-30f3ba83e3a29373139ce6147a9c37ec09ba7d61.tar.gz forums-30f3ba83e3a29373139ce6147a9c37ec09ba7d61.tar.bz2 forums-30f3ba83e3a29373139ce6147a9c37ec09ba7d61.tar.xz forums-30f3ba83e3a29373139ce6147a9c37ec09ba7d61.zip |
sneaks in and changes the version number. Seems like we see no RC4...
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10228 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/constants.php')
-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 267a0220ed..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-RC3'); +define('PHPBB_VERSION', '3.0.6'); // QA-related // define('PHPBB_QA', 1); |