|
From: Jon O. <jon...@us...> - 2006-09-12 19:28:03
|
Update of /cvsroot/mxbb/mx_dev_startkit In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv24306/modules/mx_dev_startkit Modified Files: db_install.php db_upgrade.php Log Message: version numbers etc Index: db_install.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/db_install.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_install.php 2 May 2006 23:26:16 -0000 1.4 --- db_install.php 12 Sep 2006 19:27:59 -0000 1.5 *************** *** 31,35 **** } ! $mx_module_version = '1.0.0'; $mx_module_copy = 'Original mxBB <i>Developers Startkit</i> module by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; --- 31,35 ---- } ! $mx_module_version = '2.0.0-b1'; $mx_module_copy = 'Original mxBB <i>Developers Startkit</i> module by <a href="http://www.mxbb-portal.com" target="_blank">Jon</a>'; Index: db_upgrade.php =================================================================== RCS file: /cvsroot/mxbb/mx_dev_startkit/db_upgrade.php,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** db_upgrade.php 2 May 2006 23:26:16 -0000 1.4 --- db_upgrade.php 12 Sep 2006 19:27:59 -0000 1.5 *************** *** 31,35 **** } ! $mx_module_version = 'mxBB - Developers Startkit Module 1.0'; $mx_module_copy = 'How to write a mxBB module? This module demonstrates by giving examples. Author: Jon'; --- 31,35 ---- } ! $mx_module_version = '2.0.0-b1'; $mx_module_copy = 'How to write a mxBB module? This module demonstrates by giving examples. Author: Jon'; |