Skip to content

Commit

Permalink
update script to have warning
Browse files Browse the repository at this point in the history
Signed-off-by: Terence Parr <parrt@antlr.org>
  • Loading branch information
parrt committed Apr 11, 2022
1 parent 4b90953 commit 3e182e9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/update_antlr_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,8 @@ def find_remaining(ROOT, before):
update_files(ROOT, before, after)

find_remaining(ROOT, before)

print("Warning: manually update runtime/Cpp/runtime/src/Version.h has non-standard version mechanism")
print("Warning: some targets can't handle 4.x; must be 4.x.0:")
print("\truntime/Dart/pubspec.yaml")
print("\truntime/JavaScript/package.json")

0 comments on commit 3e182e9

Please sign in to comment.