prepare for changes beyond 4.4

This commit is contained in:
Terence Parr 2014-07-16 19:45:59 -07:00
parent 90a5aa469a
commit 70dd5227c1
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class RuntimeMetaData {
* libraries to include a literal reference to the version of the ANTLR 4 * libraries to include a literal reference to the version of the ANTLR 4
* runtime library the code was compiled against.</p> * runtime library the code was compiled against.</p>
*/ */
public static final String VERSION = "4.4"; public static final String VERSION = "4.4.1-dev";
/** /**
* This class provides detailed information about a mismatch between the * This class provides detailed information about a mismatch between the