Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15655
Modified Files:
Doxyfile mod_xhtml_neg.c
Log Message:
Prepare for 1.0 stable release.
Index: Doxyfile
===================================================================
RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/Doxyfile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Doxyfile 22 Apr 2004 11:06:34 -0000 1.7
--- Doxyfile 11 Jun 2004 11:38:43 -0000 1.8
***************
*** 24,28 ****
# if some version control system is used.
! PROJECT_NUMBER = 1.0 pre 1
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
--- 24,28 ----
# if some version control system is used.
! PROJECT_NUMBER = 1.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
Index: mod_xhtml_neg.c
===================================================================
RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/mod_xhtml_neg.c,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** mod_xhtml_neg.c 22 Apr 2004 12:05:23 -0000 1.32
--- mod_xhtml_neg.c 11 Jun 2004 11:38:43 -0000 1.33
***************
*** 78,82 ****
* @author Nicholas Cull <ru...@us...>
* @date 1 March 2004
! * @version 1.0 pre 1
*
* @history
--- 78,82 ----
* @author Nicholas Cull <ru...@us...>
* @date 1 March 2004
! * @version 1.0
*
* @history
***************
*** 90,93 ****
--- 90,94 ----
* 0.94 Parse q-values correctly irrespective of system locale \n
* 1.0 pre 1 Prepare for stable release \n
+ * 1.0 First stable release \n
*
* @directive
|