Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser
In directory sc8-pr-cvs1:/tmp/cvs-serv32229/src/org/htmlparser
Modified Files:
Parser.java
Log Message:
Update version to 1.4-20040119.
Index: Parser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Parser.java,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -d -r1.83 -r1.84
*** Parser.java 14 Jan 2004 02:53:46 -0000 1.83
--- Parser.java 19 Jan 2004 23:14:18 -0000 1.84
***************
*** 85,89 ****
*/
public final static String
! VERSION_DATE = "Jan 04, 2004"
;
--- 85,89 ----
*/
public final static String
! VERSION_DATE = "Jan 19, 2004"
;
|