Skip to content

Commit

Permalink
Update version in more files to 4.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
parrt committed May 21, 2023
1 parent ffe0eef commit 5dc2a29
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ runtime/Cpp/runtime/libantlr4-runtime.4.10.1.dylib
runtime/Cpp/runtime/libantlr4-runtime.a
runtime/Cpp/runtime/libantlr4-runtime.dylib
/runtime/Cpp/runtime/libantlr4-runtime.4.12.0.dylib
/runtime/Cpp/runtime/libantlr4-runtime.4.13.0.dylib

# Go test and performance trace files
**/*.pprof
2 changes: 1 addition & 1 deletion runtime/JavaScript/spec/rewriter/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ANTLR_VERSION = 4.12.0
ANTLR_VERSION = 4.13.0
ANTLR_JAR = .antlr/antlr-$(ANTLR_VERSION)-complete.jar

.antlr:
Expand Down
1 change: 1 addition & 0 deletions scripts/files-to-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runtime/CSharp/src/Antlr4.csproj
runtime/JavaScript/package-lock.json
runtime/JavaScript/package.json
runtime/JavaScript/src/antlr4/Recognizer.js
runtime/JavaScript/spec/rewriter/Makefile
runtime-testsuite/resources/org/antlr/v4/test/runtime/helpers/package_ts.json

# Allow doc files to have multiple values updated
Expand Down

0 comments on commit 5dc2a29

Please sign in to comment.