[Htmlparser-cvs] htmlparser/src/org/htmlparser/lexer Lexer.java, 1.49, 1.50
Brought to you by:
derrickoswald
From: Derrick O. <der...@us...> - 2006-06-10 15:11:48
|
Update of /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv28061/htmlparser/src/org/htmlparser/lexer Modified Files: Lexer.java Log Message: Update version to 1.6-20060610. Index: Lexer.java =================================================================== RCS file: /cvsroot/htmlparser/htmlparser/src/org/htmlparser/lexer/Lexer.java,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** Lexer.java 2 Jun 2006 03:14:20 -0000 1.49 --- Lexer.java 10 Jun 2006 15:11:32 -0000 1.50 *************** *** 73,77 **** */ public static final String ! VERSION_TYPE = "Integration Build" ; --- 73,77 ---- */ public static final String ! VERSION_TYPE = "Release Build" ; *************** *** 80,84 **** */ public static final String ! VERSION_DATE = "May 27, 2006" ; --- 80,84 ---- */ public static final String ! VERSION_DATE = "Jun 10, 2006" ; |