Skip to content

Commit cb76888

Browse files
committed
Rocq/Coq 9.1.0 is supported
1 parent 4ab4c5c commit cb76888

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -535,14 +535,14 @@ 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)
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)
539539
echo "version $coq_ver -- good!";;
540540
?*)
541541
echo "version $coq_ver -- UNSUPPORTED"
542542
if $ignore_coq_version; then
543543
echo "Warning: this version of Coq is unsupported, proceed at your own risks."
544544
else
545-
echo "Error: CompCert requires a version of Coq between 8.15 and 9.0"
545+
echo "Error: CompCert requires a version of Coq between 8.15 and 9.1"
546546
missingtools=true
547547
fi;;
548548
"")

0 commit comments

Comments
 (0)