Merge branch 'master' into accurate-ctx-sensitive-check

This commit is contained in:
Terence Parr 2014-06-03 21:51:56 -07:00
commit eeac7bc1c8
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
* 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.
@ -258,7 +258,7 @@ public class RuntimeMetaData {
* </ul>
*
* <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
* constant indicating the version of the tool used to generate the parser
* and a reference to the compile-time constant {@link #VERSION}. At