|
From: <no...@us...> - 2004-03-10 07:05:46
|
Update of /cvsroot/bugin/bugin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16189 Modified Files: index.php Log Message: committed 0.66-CVS Index: index.php =================================================================== RCS file: /cvsroot/bugin/bugin/index.php,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** index.php 9 Mar 2004 18:47:03 -0000 1.60 --- index.php 10 Mar 2004 06:48:00 -0000 1.61 *************** *** 25,29 **** } ! $buginVersion = "v0.65-RC1"; //Grab major/minors out of phpversion(). ereg("([0-9]{1,2}.[0-9]{1,2}).([0-9]{1,2})", phpversion(), $phpVersion); --- 25,29 ---- } ! $buginVersion = "v0.66-CVS"; //Grab major/minors out of phpversion(). ereg("([0-9]{1,2}.[0-9]{1,2}).([0-9]{1,2})", phpversion(), $phpVersion); |