From 30f3ba83e3a29373139ce6147a9c37ec09ba7d61 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Thu, 22 Oct 2009 14:35:56 +0000 Subject: 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 --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/constants.php') 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); -- cgit v1.2.1 From 110f81684e9a007d67c2d867f4da8228f7130d64 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Wed, 28 Oct 2009 16:05:17 +0000 Subject: I am very sorry... but the changes require (a hopefully very short) RC4 phase git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10241 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/constants.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/includes/constants.php') diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 398611d24e..7106c4efa9 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'); +define('PHPBB_VERSION', '3.0.6-RC4'); // QA-related // define('PHPBB_QA', 1); -- cgit v1.2.1