[mod-xhtml-neg-cvs] mod_xhtml_neg-2.0 Doxyfile,1.6,1.7 mod_xhtml_neg.c,1.29,1.30
Brought to you by:
run2000
From: <ru...@us...> - 2004-04-22 11:06:44
|
Update of /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20727 Modified Files: Doxyfile mod_xhtml_neg.c Log Message: Prepare for pre-release build. Index: Doxyfile =================================================================== RCS file: /cvsroot/mod-xhtml-neg/mod_xhtml_neg-2.0/Doxyfile,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** Doxyfile 15 Apr 2004 13:59:39 -0000 1.6 --- Doxyfile 22 Apr 2004 11:06:34 -0000 1.7 *************** *** 24,28 **** # if some version control system is used. ! PROJECT_NUMBER = 0.95 # 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 pre 1 # 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.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** mod_xhtml_neg.c 16 Apr 2004 11:59:53 -0000 1.29 --- mod_xhtml_neg.c 22 Apr 2004 11:06:35 -0000 1.30 *************** *** 77,81 **** * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 0.95 * * @history --- 77,81 ---- * @author Nicholas Cull <ru...@us...> * @date 1 March 2004 ! * @version 1.0 pre 1 * * @history |