Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15217
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/Doxyfile,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** Doxyfile 22 Apr 2004 11:06:11 -0000 1.7
--- Doxyfile 11 Jun 2004 11:38:05 -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/mod_xhtml_neg.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -d -r1.46 -r1.47
*** mod_xhtml_neg.c 22 Apr 2004 12:05:07 -0000 1.46
--- mod_xhtml_neg.c 11 Jun 2004 11:38:05 -0000 1.47
***************
*** 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
|