From c185c3b64bcba881f723eb2ea9fee35afe9c29ec Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Sat, 8 Nov 2008 20:02:22 +0000 Subject: Fix Bug #36535 (PHP 5.3 compatibility) + version number updates (if RC2 will be released we will change it again. ;)) git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9050 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 e2a43da8c4..3a468e4952 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.3-RC1'); +define('PHPBB_VERSION', '3.0.3'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1