aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-24 18:05:22 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-07-24 18:05:22 +0200
commit2fa48a42bea76b7220329d6a291411810e852d11 (patch)
treed6fbcc7788b270319977311095168b58ba860bc7 /configure
parent9464136be3904db1b227327cec0d8670b1fc164f (diff)
downloadcompcert-kvx-2fa48a42bea76b7220329d6a291411810e852d11.tar.gz
compcert-kvx-2fa48a42bea76b7220329d6a291411810e852d11.zip
Coq 8.11.2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c700557d..0379ed38 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"