Skip to content

Commit 7229933

Browse files
committed
tweak code / doc related to bad previous release
Signed-off-by: Terence Parr <[email protected]>
1 parent d23f010 commit 7229933

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/releasing-antlr.md

+6
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ Ok, not cleaning antlr4 dir
5858
4.10 not in /tmp/antlr4/doc/releasing-antlr.md
5959
```
6060

61+
Make sure this file doesn't have `-SNAPSHOT` when releasing!
62+
63+
```
64+
runtime/Java/src/org/antlr/v4/runtime/RuntimeMetaData.java
65+
```
66+
6167
It's also worth doing a quick check to see if you find any other references to a version:
6268

6369
```bash

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class RuntimeMetaData {
6767
* omitted.</li>
6868
* </ul>
6969
*/
70-
public static final String VERSION = "4.11.0-SNAPSHOT";
70+
public static final String VERSION = "4.11.1-SNAPSHOT";
7171

7272
/**
7373
* Gets the currently executing version of the ANTLR 4 runtime library.

0 commit comments

Comments
 (0)