|
From: OryNider <ory...@us...> - 2008-03-13 08:33:16
|
Update of /cvsroot/mxbb/mx_smartor In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv25894 Modified Files: Tag: core28x db_install.php db_upgrade.php Log Message: downgrade version to 2.0.1 for core28x branch Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_install.php,v retrieving revision 1.15.2.7 retrieving revision 1.15.2.8 diff -C2 -d -r1.15.2.7 -r1.15.2.8 *** db_install.php 13 Mar 2008 08:27:26 -0000 1.15.2.7 --- db_install.php 13 Mar 2008 08:33:12 -0000 1.15.2.8 *************** *** 32,36 **** } ! $mx_module_version = '2.0.2'; $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by Mighty Gorgon & <a href="http://www.mxbb.net" target="_blank">The Mx-Publisher Development Team</a>'; --- 32,36 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by Mighty Gorgon & <a href="http://www.mxbb.net" target="_blank">The Mx-Publisher Development Team</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_smartor/db_upgrade.php,v retrieving revision 1.15.2.7 retrieving revision 1.15.2.8 diff -C2 -d -r1.15.2.7 -r1.15.2.8 *** db_upgrade.php 13 Mar 2008 08:27:26 -0000 1.15.2.7 --- db_upgrade.php 13 Mar 2008 08:33:12 -0000 1.15.2.8 *************** *** 30,34 **** } ! $mx_module_version = '2.0.2'; $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by Mighty Gorgon & <a href="http://www.mxbb.net" target="_blank">The Mx-Publisher Development Team</a>'; --- 30,34 ---- } ! $mx_module_version = '2.0.1'; $mx_module_copy = 'Mx-Publisher <i> - smartor album FAP </i> module by Mighty Gorgon & <a href="http://www.mxbb.net" target="_blank">The Mx-Publisher Development Team</a>'; |