From: Wendall C. <wen...@us...> - 2005-01-05 22:02:34
|
Update of /cvsroot/phpwsbb/phpwsbb/conf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5658/conf Modified Files: boost.php Log Message: version change to 0.10.1 Index: boost.php =================================================================== RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v retrieving revision 1.38 retrieving revision 1.39 diff -C2 -d -r1.38 -r1.39 *** boost.php 13 Sep 2004 21:41:55 -0000 1.38 --- boost.php 5 Jan 2005 22:02:25 -0000 1.39 *************** *** 32,36 **** $admin_mod = 1; $active = 'on'; ! $version = '1.0.0'; $admin_op = '&PHPWSBB_MAN_OP=list'; $mod_class_files = array('Manager.php'); --- 32,36 ---- $admin_mod = 1; $active = 'on'; ! $version = '1.0.1'; $admin_op = '&PHPWSBB_MAN_OP=list'; $mod_class_files = array('Manager.php'); |