From 872ad322ec69a032ec22d9e8ae19b9a8399d7712 Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Sun, 28 Feb 2010 19:30:58 +0000 Subject: Increment version number to 3.0.7 git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_7@10555 89ea8834-ac86-4346-8a33-228a782c2dd0 --- 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 0157fbd422..f58b29d232 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.7-RC2'); +define('PHPBB_VERSION', '3.0.7'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1