Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 749)
+++ trunk/CHANGELOG	(revision 750)
@@ -12,6 +12,7 @@
 
 ------------------------------------- 2.7.0 -------------------------------------
 12-Mar-2008 Christian Sommer
+! 	set version number to 2.7 (RC2) for the upcoming second release candidate
 ! 	removed hardcoded /admin folder strings from WB core files where possible
 ! 	added WB home folder fix proposed by the forum member spawnferkel (thanks)
 ! 	defined <strong> and <em> instead of <b> and <i> as default tags
Index: trunk/wb/upgrade-script.php
===================================================================
--- trunk/wb/upgrade-script.php	(revision 749)
+++ trunk/wb/upgrade-script.php	(revision 750)
@@ -54,7 +54,7 @@
 	status_msg(', WB 2.7 core files uploaded: ');
 	@include_once(WB_PATH .'/framework/functions.php');
 	@include_once(ADMIN_PATH .'/interface/version.php');
-	if(defined('VERSION') && VERSION == '2.7'
+	if(defined('VERSION') && VERSION == '2.7 (RC2)'
 		&& function_exists('get_variable_content') 
 		&& file_exists(WB_PATH .'/modules/menu_link/languages/DE.php') 
 		&& file_exists(WB_PATH .'/modules/output_filter/filter-routines.php') 
Index: trunk/wb/admin/interface/version.php
===================================================================
--- trunk/wb/admin/interface/version.php	(revision 749)
+++ trunk/wb/admin/interface/version.php	(revision 750)
@@ -37,6 +37,6 @@
 }
 
 // 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.7');
+if(!defined('VERSION')) define('VERSION', '2.7 (RC2)');
 
 ?>
\ No newline at end of file
