[Vtigercrm-commits] [vtiger-commits] r10109 - in /vtigercrm/branches/5.0.3: index.php vtigerversion.php

vtigercrm-commits at vtiger.fosslabs.com vtigercrm-commits at vtiger.fosslabs.com
Wed Jan 24 09:04:32 EST 2007


Author: richie
Date: Wed Jan 24 07:04:28 2007
New Revision: 10109

Log:
version name changed

Modified:
    vtigercrm/branches/5.0.3/index.php
    vtigercrm/branches/5.0.3/vtigerversion.php

Modified: vtigercrm/branches/5.0.3/index.php
==============================================================================
--- vtigercrm/branches/5.0.3/index.php (original)
+++ vtigercrm/branches/5.0.3/index.php Wed Jan 24 07:04:28 2007
@@ -647,7 +647,7 @@
 		echo "<script language = 'JavaScript' type='text/javascript' src = 'include/js/popup.js'></script>";
 		echo '<style type="text/css">@import url("themes/'.$theme.'/style.css"); </style>';
 		echo "<br><br><br><table border=0 cellspacing=0 cellpadding=5 width=100% class=settingsSelectedUI >";
-		echo "<tr><td class=small align=left>vtiger CRM 5.0.3 | Visit <a href='http://www.vtiger.com'>www.vtiger.com</a> for more information </td>";
+		echo "<tr><td class=small align=left>vtiger CRM 5.0.3-rc2 | Visit <a href='http://www.vtiger.com'>www.vtiger.com</a> for more information </td>";
 		echo "<td class=small align=right> &copy; <a href='javascript:mypopup()'>Copyright Details</a></td></tr></table>";
 			
 	//	echo "<table align='center'><tr><td align='center'>";

Modified: vtigercrm/branches/5.0.3/vtigerversion.php
==============================================================================
--- vtigercrm/branches/5.0.3/vtigerversion.php (original)
+++ vtigercrm/branches/5.0.3/vtigerversion.php Wed Jan 24 07:04:28 2007
@@ -10,5 +10,5 @@
  ********************************************************************************/
 $patch_version = '';
 $modified_database = '';
-$vtiger_current_version = '5.0.3';
+$vtiger_current_version = '5.0.3-rc2';
 ?>





More information about the vtigercrm-commits mailing list