[Phpslash-commit] CVS: phpslash-dev/public_html config-dist.php,1.40,1.41
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2004-11-19 22:23:24
|
Update of /cvsroot/phpslash/phpslash-dev/public_html In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22784/phpslash-dev/public_html Modified Files: config-dist.php Log Message: release phpSlash 0.8 Index: config-dist.php =================================================================== RCS file: /cvsroot/phpslash/phpslash-dev/public_html/config-dist.php,v retrieving revision 1.40 retrieving revision 1.41 diff -C2 -d -r1.40 -r1.41 *** config-dist.php 17 Nov 2004 19:29:52 -0000 1.40 --- config-dist.php 19 Nov 2004 22:23:13 -0000 1.41 *************** *** 89,93 **** $_PSL = parse_ini_file($psl_inifile, TRUE); ! $_PSL['version'] = '0.8RC3'; /**** START DEBUGGING - Comment or delete this for production! ****/ --- 89,93 ---- $_PSL = parse_ini_file($psl_inifile, TRUE); ! $_PSL['version'] = '0.8'; /**** START DEBUGGING - Comment or delete this for production! ****/ |