|
|
@@ -56,7 +56,7 @@ version="${version/ (*)/}"
|
|
|
version="${version/.*/}"
|
|
|
|
|
|
case "$version" in
|
|
|
- 20)
|
|
|
+ 21)
|
|
|
;;
|
|
|
google3-trunk)
|
|
|
echo "Please use a publicly released clang-format; a recent LLVM release"
|
|
|
@@ -65,7 +65,7 @@ case "$version" in
|
|
|
exit 1
|
|
|
;;
|
|
|
*)
|
|
|
- echo "Please upgrade to clang-format version 20."
|
|
|
+ echo "Please upgrade to clang-format version 21."
|
|
|
echo "If it's installed via homebrew you can run:"
|
|
|
echo "brew upgrade clang-format"
|
|
|
exit 1
|