Index: branches/2.8.x/CHANGELOG
===================================================================
--- branches/2.8.x/CHANGELOG	(revision 1451)
+++ branches/2.8.x/CHANGELOG	(revision 1452)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.2 -------------------------------------
+02 Jun-2011 Build 1452 Dietmar Woellbrink (Luisehahne)
+! change status to RC6
 29 May-2011 Build 1451 Dietmar Woellbrink (Luisehahne)
 # replace eregi with pregmatch in search_modext (Tks to Thorn)
 22 May-2011 Build 1450 Werner v.d.Decken(DarkViper)
Index: branches/2.8.x/wb/admin/interface/version.php
===================================================================
--- branches/2.8.x/wb/admin/interface/version.php	(revision 1451)
+++ branches/2.8.x/wb/admin/interface/version.php	(revision 1452)
@@ -51,7 +51,7 @@
 }
 
 // check if defined to avoid errors during installation (redirect to admin panel fails if PHP error/warnings are enabled)
-if(!defined('VERSION')) define('VERSION', '2.8.2.RC5');
-if(!defined('REVISION')) define('REVISION', '1451');
+if(!defined('VERSION')) define('VERSION', '2.8.2.RC6');
+if(!defined('REVISION')) define('REVISION', '1452');
 
 ?>
