change version

This commit is contained in:
Terence Parr 2012-11-11 10:41:04 -08:00
parent 94c33074be
commit 328dedd778
3 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -1,4 +1,4 @@
version=4.0b2
version=4.0b4
antlr3.jar=/usr/local/lib/antlr-3.5-complete.jar
build.sysclasspath=ignore

View File

@ -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";