Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv14113/src/org/htmlparser/lexer
Modified Files:
Lexer.java
Log Message:
Update version to 1.6-20060527
Index: Lexer.java
===================================================================
RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/Lexer.java,v
retrieving revision 1.47
retrieving revision 1.48
diff -C2 -d -r1.47 -r1.48
*** Lexer.java 27 May 2006 17:06:28 -0000 1.47
--- Lexer.java 27 May 2006 18:43:24 -0000 1.48
***************
*** 80,84 ****
*/
public static final String
! VERSION_DATE = "Mar 19, 2006"
;
--- 80,84 ----
*/
public static final String
! VERSION_DATE = "May 27, 2006"
;
|