Update releasing-antlr.md

This commit is contained in:
Terence Parr 2016-12-28 11:54:27 -08:00 committed by GitHub
parent b57843d983
commit 64fd96d045
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ Edit the repository looking for 4.5 or whatever and update it. Bump version in t
Here is a simple script to display any line from the critical files with, say, `4.5` in it:
```bash
find /tmp/antlr4 -type f -exec grep -l '4\.5' {} \;
find tool runtime -type f -exec grep -l '4\.6' {} \;
```
Commit to repository.