aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-20 18:31:54 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-10-20 18:31:54 +0200
commit647471e5b084703d1c817c02ef4298c474d3d571 (patch)
tree3afb2b581d219d01f1aed74b0756df3739661597 /configure
parent3405bc5f341ef398bbf681f956da26074d1dde1a (diff)
downloadcompcert-kvx-647471e5b084703d1c817c02ef4298c474d3d571.tar.gz
compcert-kvx-647471e5b084703d1c817c02ef4298c474d3d571.zip
allow 8.11.2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 76484fb2..f2fd1762 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.11.1)
+ 8.9.0|8.9.1|8.10.0|8.10.1|8.10.2|8.11.0|8.11.1|8.11.2)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"