go to 4.3 not 4.2.3

This commit is contained in:
Terence Parr 2014-06-03 21:48:03 -07:00
parent 8d17f43f57
commit 40294f2270
1 changed files with 2 additions and 2 deletions

View File

@ -224,7 +224,7 @@ public class RuntimeMetaData {
* <em>expected</em> next release version. For official releases, the value * <em>expected</em> next release version. For official releases, the value
* will be the actual published version of the library.</p> * will be the actual published version of the library.</p>
*/ */
public static final String VERSION = "4.2.3"; public static final String VERSION = "4.3";
/** /**
* Gets the currently executing version of the ANTLR 4 runtime library. * Gets the currently executing version of the ANTLR 4 runtime library.
@ -258,7 +258,7 @@ public class RuntimeMetaData {
* </ul> * </ul>
* *
* <p> * <p>
* Starting with ANTLR 4.2.3, the code generator emits a call to this method * Starting with ANTLR 4.3, the code generator emits a call to this method
* using two constants in each generated lexer and parser: a hard-coded * using two constants in each generated lexer and parser: a hard-coded
* constant indicating the version of the tool used to generate the parser * constant indicating the version of the tool used to generate the parser
* and a reference to the compile-time constant {@link #VERSION}. At * and a reference to the compile-time constant {@link #VERSION}. At