Skip to content

Commit

Permalink
Adapt to coq/coq#20027 (#543)
Browse files Browse the repository at this point in the history
Coq is now Rocq
  • Loading branch information
proux01 authored Jan 14, 2025
1 parent 3bc43fc commit 54d2e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ fi
missingtools=false

echo "Testing Coq... " | tr -d '\n'
coq_ver=$(${COQBIN}coqc -v 2>/dev/null | tr -d '\r' | sed -n -e 's/The Coq Proof Assistant, version \([^ ]*\).*$/\1/p')
coq_ver=$(${COQBIN}coqc -v 2>/dev/null | tr -d '\r' | sed -n -e 's/The .* Proof Assistant, version \([^ ]*\).*$/\1/p')
case "$coq_ver" in
8.13.0|8.13.1|8.13.2|8.14.0|8.14.1|8.15.0|8.15.1|8.15.2|8.16.0|8.16.1|8.17.0|8.17.1|8.18.0|8.19.0|8.19.1|8.19.2|8.20.0)
echo "version $coq_ver -- good!";;
Expand Down

0 comments on commit 54d2e47

Please sign in to comment.