|
From: FlorinCB <ory...@us...> - 2008-09-10 06:36:44
|
Update of /cvsroot/mxbb/mx_music In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv14034 Modified Files: db_install.php db_upgrade.php Log Message: versiopn change to development rel Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/db_install.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** db_install.php 10 Sep 2008 06:05:19 -0000 1.11 --- db_install.php 10 Sep 2008 06:36:35 -0000 1.12 *************** *** 33,37 **** } ! $mx_module_version = '2.1.0'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; --- 33,37 ---- } ! $mx_module_version = '2.9.3'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_music/db_upgrade.php,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** db_upgrade.php 10 Sep 2008 06:05:20 -0000 1.9 --- db_upgrade.php 10 Sep 2008 06:36:35 -0000 1.10 *************** *** 30,34 **** } ! $mx_module_version = '2.1.0'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; $sql = array(); --- 30,34 ---- } ! $mx_module_version = '2.9.3'; $mx_module_copy = 'Mx-Publisher <i> - Music Center</i> module by Cf Manager & <a href="http://www.mx-publisher.com/" target="_blank">OryNider</a>'; $sql = array(); |