Skip to content

Commit 1b71fec

Browse files
committed
Rocq 9.1.1 is supported
1 parent ebe31b0 commit 1b71fec

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ missingtools=false
535535
echo "Testing Coq... " | tr -d '\n'
536536
coq_ver=$(${COQBIN}coqc --print-version 2>/dev/null | tr -d '\r' | cut -d' ' -f1)
537537
case "$coq_ver" in
538-
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|8.20.1|9.0.0|9.1.0)
538+
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|8.20.1|9.0.0|9.1.0|9.1.1)
539539
echo "version $coq_ver -- good!";;
540540
?*)
541541
echo "version $coq_ver -- UNSUPPORTED"

0 commit comments

Comments
 (0)