[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.php,1.28,1.29
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-10-20 17:11:27
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20668/phpslash-dev/public_html Modified Files: config-dist.php Log Message: Release 0.8RC1. Index: config-dist.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.php,v retrieving revision 1.28 retrieving revision 1.29 diff -C2 -d -r1.28 -r1.29 *** config-dist.php 7 Oct 2004 20:42:03 -0000 1.28 --- config-dist.php 20 Oct 2004 17:11:07 -0000 1.29 *************** *** 79,83 **** $_PSL = parse_ini_file($psl_inifile, TRUE); ! $_PSL['version'] = '0.8beta'; /**** START DEBUGGING - Comment or delete this for production! ****/ --- 79,83 ---- $_PSL = parse_ini_file($psl_inifile, TRUE); ! $_PSL['version'] = '0.8RC1'; /**** START DEBUGGING - Comment or delete this for production! ****/ |