From 3e182e934a88e890796f20a36c988f7d63cb5125 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Mon, 11 Apr 2022 09:47:54 -0700 Subject: [PATCH] update script to have warning Signed-off-by: Terence Parr --- scripts/update_antlr_version.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/update_antlr_version.py b/scripts/update_antlr_version.py index 2f0400b100..81a5f4b284 100644 --- a/scripts/update_antlr_version.py +++ b/scripts/update_antlr_version.py @@ -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")