VERSION back to nonstatic

This commit is contained in:
Terence Parr 2012-09-08 10:25:21 -07:00
parent 7586afff27
commit 4b31da9e7c
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ import java.util.Map;
import java.util.concurrent.CopyOnWriteArrayList;
public class Tool {
public static final String VERSION = "4.0b1";
public final String VERSION = "4.0b1";
public static final String GRAMMAR_EXTENSION = ".g4";
public static final String LEGACY_GRAMMAR_EXTENSION = ".g";