|
From: Markus P. <mar...@us...> - 2005-04-17 18:28:43
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17118 Modified Files: mx_install.php Log Message: Now that I think of it, the new installer shouldn't be versioned as 1.0.x, me thinks. Switched to 2.0.0 ;-) Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.44 retrieving revision 1.45 diff -C2 -d -r1.44 -r1.45 *** mx_install.php 16 Apr 2005 22:49:57 -0000 1.44 --- mx_install.php 17 Apr 2005 18:28:35 -0000 1.45 *************** *** 54,58 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '1.0.10'); define('INSTALLER_NAME', 'mxBB-IWizard'); --- 54,58 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.0.0'); define('INSTALLER_NAME', 'mxBB-IWizard'); |