change version
This commit is contained in:
parent
94c33074be
commit
328dedd778
|
@ -1,5 +1,10 @@
|
|||
ANTLR v4 Honey Badger
|
||||
|
||||
November 11, 2012
|
||||
|
||||
* Change version to 4.0b4 (btw, forgot to push 4.0b3 in build.properties when
|
||||
I made git tag 4.0b3...ooops).
|
||||
|
||||
November 4, 2012
|
||||
|
||||
* Kill box in tree dialog box makes dialog dispose of itself
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version=4.0b2
|
||||
version=4.0b4
|
||||
|
||||
antlr3.jar=/usr/local/lib/antlr-3.5-complete.jar
|
||||
build.sysclasspath=ignore
|
||||
|
|
|
@ -82,7 +82,7 @@ import java.util.Map;
|
|||
import java.util.concurrent.CopyOnWriteArrayList;
|
||||
|
||||
public class Tool {
|
||||
public static final String getVersion() { return "4.0b3"; }
|
||||
public static final String getVersion() { return "4.0b4"; }
|
||||
|
||||
public static final String GRAMMAR_EXTENSION = ".g4";
|
||||
public static final String LEGACY_GRAMMAR_EXTENSION = ".g";
|
||||
|
|
Loading…
Reference in New Issue