|
From: Selven <sel...@us...> - 2007-07-09 18:42:11
|
Update of /cvsroot/mxbb/mx_shoutbox In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv13852 Modified Files: db_install.php db_upgrade.php Log Message: Upgrading to 2.3.1 to release fix, and correcting some typo in documentation Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_shoutbox/db_install.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_install.php 21 Jun 2007 18:21:02 -0000 1.1 --- db_install.php 9 Jul 2007 18:41:59 -0000 1.2 *************** *** 26,30 **** // } ! $mx_module_version = '2.3.0'; $mx_module_copy = 'Original mxBB <i>Shoutbox</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; --- 26,30 ---- // } ! $mx_module_version = '2.3.1'; $mx_module_copy = 'Original mxBB <i>Shoutbox</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_shoutbox/db_upgrade.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** db_upgrade.php 21 Jun 2007 18:21:04 -0000 1.1 --- db_upgrade.php 9 Jul 2007 18:41:59 -0000 1.2 *************** *** 27,31 **** } ! $mx_module_version = '2.3.0'; $mx_module_copy = 'Original mxBB <i>Shoutbox</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; --- 27,31 ---- } ! $mx_module_version = '2.3.1'; $mx_module_copy = 'Original mxBB <i>Shoutbox</i> module by <a href="http://phpms.sourceforge.net" target="_blank">Selven</a>'; |