|
From: Jon O. <jon...@us...> - 2006-08-30 19:31:35
|
Update of /cvsroot/mxbb/core/install In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv27361/install Modified Files: mx_install.php Log Message: version Index: mx_install.php =================================================================== RCS file: /cvsroot/mxbb/core/install/mx_install.php,v retrieving revision 1.68 retrieving revision 1.69 diff -C2 -d -r1.68 -r1.69 *** mx_install.php 26 Jun 2006 21:32:22 -0000 1.68 --- mx_install.php 30 Aug 2006 19:31:29 -0000 1.69 *************** *** 32,36 **** // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.8.0B4'; $mx_portal_copy = '<b>mxBB - Modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated functions and features. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001. <br /><br />Authors: The mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; --- 32,36 ---- // $mx_portal_name = 'mxBB-Portal'; ! $mx_portal_version = '2.8.0'; $mx_portal_copy = '<b>mxBB - Modular Portal & CMS for phpBB!</b> <br /><br/> mxBB is a fully modular portal and CMS for phpBB, featuring dynamic pages, blocks, and themes, by means of a powerful yet flexible AdminCP. It works without touching phpBB by using integrated functions and features. mxBB-Portal is the classical phpBB portal add-on, improved and enhanced for every phpBB version released since 2001. <br /><br />Authors: The mxBB Development Team. <br />Please visit <a href="http://www.mx-system.com/">www.mx-system.com</a> for further information.'; *************** *** 39,43 **** // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.0.4'); define('INSTALLER_NAME', 'mxBB-IWizard'); --- 39,43 ---- // This is shown in the top right corner of the installation panels. // ! define('INSTALLER_VERSION', '2.8.0'); define('INSTALLER_NAME', 'mxBB-IWizard'); |