|
From: Jon O. <jon...@us...> - 2008-06-22 19:44:57
|
Update of /cvsroot/mxbb/mx_news In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv20677 Modified Files: db_install.php db_upgrade.php Log Message: version info Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/db_install.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** db_install.php 22 Jun 2008 19:12:20 -0000 1.6 --- db_install.php 22 Jun 2008 19:44:52 -0000 1.7 *************** *** 30,34 **** } ! $mx_module_version = '1.0.1'; $mx_module_copy = 'Designed for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>.'; --- 30,34 ---- } ! $mx_module_version = '1.0.2'; $mx_module_copy = 'Designed for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>.'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_news/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 3 Jun 2008 20:12:17 -0000 1.4 --- db_upgrade.php 22 Jun 2008 19:44:52 -0000 1.5 *************** *** 30,34 **** } ! $mx_module_version = '1.0.1'; $mx_module_copy = 'Designed for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>.</a>'; --- 30,34 ---- } ! $mx_module_version = '1.0.2'; $mx_module_copy = 'Designed for MX-Publisher by [Jon Ohlsson] <a href="http://www.mx-publisher.com" target="_blank">The MX-Publisher Development Team</a>.</a>'; |