Skip to content

Commit

Permalink
added ODLv21Visitor to package
Browse files Browse the repository at this point in the history
refs #9
  • Loading branch information
godber committed Apr 20, 2015
1 parent 26a459e commit a79743e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion antlr_grammar/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ antlr4 := java -jar /usr/local/lib/antlr-4.5-complete.jar

PYTARGETS = build-python/ODLv21Lexer.py build-python/ODLv21Lexer.tokens \
build-python/ODLv21Listener.py build-python/ODLv21Parser.py \
build-python/ODLv21.tokens
build-python/ODLv21.tokens build-python/ODLv21Visitor.py

# Release version used by release targets
VERSION = $(strip $(shell cat VERSION.txt))
Expand Down
2 changes: 1 addition & 1 deletion antlr_grammar/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.11.0
v0.11.1

0 comments on commit a79743e

Please sign in to comment.