From 666dd3182016ac5dcb572037cb9b10c54e4e75ab Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 26 Jun 2004 03:08:11 +0000 Subject: [PATCH] Fix release number... --- www/index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/www/index.php b/www/index.php index 5dfde80..fb7b894 100644 --- a/www/index.php +++ b/www/index.php @@ -1,6 +1,6 @@ " ."

" - ."Stable Release: v1.3
" - ."Test Release: v2.0rc1

\n" + ."Stable Release: v2.0
" + ."

\n" ."

Mini-XML is a small XML parsing library that you can use to " ."read XML and XML-like data files in your application without " ."requiring large non-standard libraries. Mini-XML only requires " @@ -101,6 +101,6 @@ print("\n" html_footer(); // -// End of "$Id: index.php,v 1.7 2004/05/21 02:59:52 mike Exp $". +// End of "$Id: index.php,v 1.8 2004/06/26 03:08:11 mike Exp $". // ?>