Skip to content

Commit 5dc2a29

Browse files
committed
Update version in more files to 4.13.0
1 parent ffe0eef commit 5dc2a29

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ runtime/Cpp/runtime/libantlr4-runtime.4.10.1.dylib
133133
runtime/Cpp/runtime/libantlr4-runtime.a
134134
runtime/Cpp/runtime/libantlr4-runtime.dylib
135135
/runtime/Cpp/runtime/libantlr4-runtime.4.12.0.dylib
136+
/runtime/Cpp/runtime/libantlr4-runtime.4.13.0.dylib
136137

137138
# Go test and performance trace files
138139
**/*.pprof

runtime/JavaScript/spec/rewriter/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ANTLR_VERSION = 4.12.0
1+
ANTLR_VERSION = 4.13.0
22
ANTLR_JAR = .antlr/antlr-$(ANTLR_VERSION)-complete.jar
33

44
.antlr:

scripts/files-to-update.txt

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ runtime/CSharp/src/Antlr4.csproj
3131
runtime/JavaScript/package-lock.json
3232
runtime/JavaScript/package.json
3333
runtime/JavaScript/src/antlr4/Recognizer.js
34+
runtime/JavaScript/spec/rewriter/Makefile
3435
runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/package_ts.json
3536

3637
# Allow doc files to have multiple values updated

0 commit comments

Comments
 (0)