|
From: Jon O. <jon...@us...> - 2005-09-20 15:36:56
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16868/install Modified Files: mx_install.php Log Message: fixing up for RC6 Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.48 retrieving revision 1.49 diff -C2 -d -r1.48 -r1.49 *** mx_install.php 9 Sep 2005 08:57:17 -0000 1.48 --- mx_install.php 20 Sep 2005 15:36:47 -0000 1.49 *************** *** 48,52 **** // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.8 - RC5'; // --- 48,52 ---- // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.8 - RC6'; // *************** *** 54,58 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.0.1'); define('INSTALLER_NAME', 'mxBB-IWizard'); --- 54,58 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.0.2'); define('INSTALLER_NAME', 'mxBB-IWizard'); |