From 40294f227078edfc7c8d19c2e4fcd9cca15b056d Mon Sep 17 00:00:00 2001
From: Terence Parr
Date: Tue, 3 Jun 2014 21:48:03 -0700
Subject: [PATCH] go to 4.3 not 4.2.3
---
runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java
index 9adc7dee2..4e6c16018 100644
--- a/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java
+++ b/runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java
@@ -224,7 +224,7 @@ public class RuntimeMetaData {
* expected next release version. For official releases, the value
* will be the actual published version of the library.
*/
- 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 {
*
*
*
- * 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