Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28061/htmlparser/src/org/htmlparser
Modified Files:
Parser.java
Log Message:
Update version to 1.6-20060610.
Index: Parser.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/Parser.java,v
retrieving revision 1.119
retrieving revision 1.120
diff -C2 -d -r1.119 -r1.120
*** Parser.java 4 Jun 2006 19:17:21 -0000 1.119
--- Parser.java 10 Jun 2006 15:11:32 -0000 1.120
***************
*** 128,132 ****
*/
public static final String
! VERSION_TYPE = "Integration Build"
;
--- 128,132 ----
*/
public static final String
! VERSION_TYPE = "Release Build"
;
***************
*** 135,139 ****
*/
public static final String
! VERSION_DATE = "May 27, 2006"
;
--- 135,139 ----
*/
public static final String
! VERSION_DATE = "Jun 10, 2006"
;
|