aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-13 09:55:23 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-04-13 09:55:23 +0200
commit27119766fc56f3ae09f599ab7b5c6b1cbcd359ea (patch)
treeb164cd115b28d943aaa8b5feec64941a5f1688ac /configure
parentef9103f022d76a81f5ceac0c13781cfd6535116e (diff)
downloadcompcert-kvx-27119766fc56f3ae09f599ab7b5c6b1cbcd359ea.tar.gz
compcert-kvx-27119766fc56f3ae09f599ab7b5c6b1cbcd359ea.zip
allow Coq 8.11.1
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 93d3c242..c8efcb25 100755
--- a/configure
+++ b/configure
@@ -568,7 +568,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.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0)
+ 8.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0|8.11.1)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"