Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28975/htmlparser/src/org/htmlparser
Modified Files:
Parser.java
Log Message:
Update version to 1.5-20051112.
Index: Parser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Parser.java,v
retrieving revision 1.108
retrieving revision 1.109
diff -C2 -d -r1.108 -r1.109
*** Parser.java 25 Sep 2005 13:23:00 -0000 1.108
--- Parser.java 12 Nov 2005 15:11:45 -0000 1.109
***************
*** 133,137 ****
*/
public static final String
! VERSION_DATE = "Sep 25, 2005"
;
--- 133,137 ----
*/
public static final String
! VERSION_DATE = "Nov 12, 2005"
;
|