Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory sc8-pr-cvs1:/tmp/cvs-serv7424/phpslash-ft/public_html
Modified Files:
config-dist.php3 config.php3
Log Message:
Release 0.7RC2
Index: config-dist.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config-dist.php3,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** config-dist.php3 22 Jan 2003 16:15:19 -0000 1.30
--- config-dist.php3 25 Jan 2003 01:48:07 -0000 1.31
***************
*** 74,78 ****
$_PSL = parse_ini_file($psl_inifile, TRUE);
! $_PSL['version'] = '0.7RC1';
/**** START DEBUGGING - Comment or delete this for production! ****/
--- 74,78 ----
$_PSL = parse_ini_file($psl_inifile, TRUE);
! $_PSL['version'] = '0.7RC2';
/**** START DEBUGGING - Comment or delete this for production! ****/
Index: config.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/config.php3,v
retrieving revision 1.177
retrieving revision 1.178
diff -C2 -d -r1.177 -r1.178
*** config.php3 22 Jan 2003 16:15:19 -0000 1.177
--- config.php3 25 Jan 2003 01:48:07 -0000 1.178
***************
*** 60,64 ****
}
! $_PSL['version'] = '0.7RC1';
/**** START DEBUGGING - Comment or delete this for production! ****/
--- 60,64 ----
}
! $_PSL['version'] = '0.7RC2';
/**** START DEBUGGING - Comment or delete this for production! ****/
|