Skip to content

Commit

Permalink
Accept Coq version 8.6.1 as supported
Browse files Browse the repository at this point in the history
8.6.1 works just fine with the current CompCert.
  • Loading branch information
xavierleroy committed Jul 31, 2017
1 parent 7abffab commit 5547231
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 @@ -470,7 +470,7 @@ missingtools=false
echo "Testing Coq... " | tr -d '\n'
coq_ver=$(${COQBIN}coqc -v 2>/dev/null | sed -n -e 's/The Coq Proof Assistant, version \([^ ]*\).*$/\1/p')
case "$coq_ver" in
8.6)
8.6|8.6.1)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"
Expand Down

0 comments on commit 5547231

Please sign in to comment.