Skip to content

Commit

Permalink
tweak code / doc related to bad previous release
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
  • Loading branch information
parrt committed Sep 4, 2022
1 parent d23f010 commit 7229933
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/releasing-antlr.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ Ok, not cleaning antlr4 dir
4.10 not in /tmp/antlr4/doc/releasing-antlr.md
```

Make sure this file doesn't have `-SNAPSHOT` when releasing!

```
runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java
```

It's also worth doing a quick check to see if you find any other references to a version:

```bash
Expand Down
2 changes: 1 addition & 1 deletion runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public class RuntimeMetaData {
* omitted.</li>
* </ul>
*/
public static final String VERSION = "4.11.0-SNAPSHOT";
public static final String VERSION = "4.11.1-SNAPSHOT";

/**
* Gets the currently executing version of the ANTLR 4 runtime library.
Expand Down

0 comments on commit 7229933

Please sign in to comment.