Update of /cvsroot/phpwsbb/phpwsbb/conf
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31794/conf
Modified Files:
boost.php
Log Message:
version bump
Index: boost.php
===================================================================
RCS file: /cvsroot/phpwsbb/phpwsbb/conf/boost.php,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -d -r1.40 -r1.41
*** boost.php 4 Mar 2005 18:19:43 -0000 1.40
--- boost.php 23 Mar 2005 20:42:50 -0000 1.41
***************
*** 32,36 ****
$admin_mod = 1;
$active = 'on';
! $version = '1.0.2';
$admin_op = '&PHPWSBB_MAN_OP=list';
$mod_class_files = array('Manager.php');
--- 32,36 ----
$admin_mod = 1;
$active = 'on';
! $version = '1.0.3';
$admin_op = '&PHPWSBB_MAN_OP=list';
$mod_class_files = array('Manager.php');
|