From e6572b766f7fd5f8547b28fd52d25e4a96cfc2cd Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sun, 10 Jul 2011 22:36:17 +0200 Subject: [prep-release-3.0.9] Bumping version number for 3.0.9 final. --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index a139ecc554..3940888216 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.9-RC4'); +define('PHPBB_VERSION', '3.0.9'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1