[php-todo-cvs] src index.php,1.6,1.7
Status: Pre-Alpha
Brought to you by:
mnordstr
From: <mno...@us...> - 2002-06-20 20:06:07
|
Update of /cvsroot/php-todo/src In directory usw-pr-cvs1:/tmp/cvs-serv25125 Modified Files: index.php Log Message: v. 0.1.1 Index: index.php =================================================================== RCS file: /cvsroot/php-todo/src/index.php,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** index.php 20 Jun 2002 19:46:32 -0000 1.6 --- index.php 20 Jun 2002 20:05:47 -0000 1.7 *************** *** 55,59 **** error_reporting(E_ALL); ! $version = '0.1.1-dev'; $file = 'index.php'; --- 55,59 ---- error_reporting(E_ALL); ! $version = '0.1.1'; $file = 'index.php'; |