diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-12-04 00:22:10 +0100 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-12-04 00:22:10 +0100 |
commit | 69cbb4ac1de7887af8fe16a771ac30c762a7b24a (patch) | |
tree | 370d41400dde7f072ba1452bbd1ba224ee274620 /phpBB/includes | |
parent | 6f81a2f5b87cbeae08106b3d0c3d105fb2e2af72 (diff) | |
download | forums-69cbb4ac1de7887af8fe16a771ac30c762a7b24a.tar forums-69cbb4ac1de7887af8fe16a771ac30c762a7b24a.tar.gz forums-69cbb4ac1de7887af8fe16a771ac30c762a7b24a.tar.bz2 forums-69cbb4ac1de7887af8fe16a771ac30c762a7b24a.tar.xz forums-69cbb4ac1de7887af8fe16a771ac30c762a7b24a.zip |
[prep-release-3.0.10] Bumping version number for 3.0.10-RC3.
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 2ade1ac95e..3a798fc1ce 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.10-RC2'); +define('PHPBB_VERSION', '3.0.10-RC3'); // QA-related // define('PHPBB_QA', 1); |