Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 796)
+++ trunk/CHANGELOG	(revision 797)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.7.0 -------------------------------------
+04-Apr-2008 Christian Sommer
+!	set WB version to 2.7 (RC3) for the next upcoming release candidate
 03-Apr-2008 Christian Sommer
 !	some code clean up in news/form module
 !	small adaption of the edit CSS function file css.functions.php
Index: trunk/wb/upgrade-script.php
===================================================================
--- trunk/wb/upgrade-script.php	(revision 796)
+++ trunk/wb/upgrade-script.php	(revision 797)
@@ -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 (RC2)'
+	if(defined('VERSION') && VERSION == '2.7 (RC3)'
 		&& 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') 
@@ -213,7 +213,7 @@
 require_once(WB_PATH.'/framework/functions.php');
 ?>
 <h2>Step 3: Upgrading the existing Website Baker installation to WB 2.7</h2>
-<p>will upgrade Website Baker 2.6.5 / 2.6.7 to version 2.7</p>
+<p>will upgrade Website Baker 2.6.7 to version 2.7</p>
 <?php
 
 $OK   = '<span class="ok">OK</span>';
@@ -859,7 +859,7 @@
  */
 $config_msg = ($wbmailer_smtp_host != '') ? '<br /><br />Note: Please remove the line: <strong>define(\'WBMAILER_SMTP_HOST\', \''.$wbmailer_smtp_host.'\');</strong> from file <strong>config.php</strong> before proceeding!' : '';
 echo '<p style="font-size:120%;"><strong>Congratulations: The upgrade script is finished ...</strong></p>';
-status_msg('<strong>Warning:</strong><br />Please delete the file <strong>upgrade-script.php</strong> via FTP before proceeding.<br />If you do not delete this script from your server, others can delete/overwritte database settings by executing this script again.'.$config_msg, 'warning', 'div');
+status_msg('<strong>Warning:</strong><br />Please delete the file <strong>upgrade-script.php</strong> via FTP before proceeding.<br />If you do not delete this script from your server, others can delete/overwritte database settings by executing this script again. <br /><br />If you are using Admin tools, please update them with the latest version on the WB Add-ons repository to avoid problems.'.$config_msg, 'warning', 'div');
 // show buttons to go to the backend or frontend
 echo '<br />';
 if(defined('WB_URL')) {
Index: trunk/wb/admin/interface/version.php
===================================================================
--- trunk/wb/admin/interface/version.php	(revision 796)
+++ trunk/wb/admin/interface/version.php	(revision 797)
@@ -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 (RC2)');
+if(!defined('VERSION')) define('VERSION', '2.7 (RC3)');
 
 ?>
\ No newline at end of file
