From 1ef53c55f3f91ab38c538d3e7734308951689180 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Fri, 6 Dec 2019 13:09:29 +0100
Subject: [PATCH] bump to Coq 8.10.2

---
 .gitlab-ci.yml | 7 +++----
 README.md      | 2 +-
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2eecabff..d537d02f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -39,13 +39,13 @@ build-coq.8.11.dev:
     OPAM_PINS: "coq version 8.11.dev"
     CI_COQCHK: "1"
 
-build-coq.8.10.1:
+build-coq.8.10.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.10.1"
+    OPAM_PINS: "coq version 8.10.2"
     OPAM_PKG: "coq-stdpp"
     DOC_DIR: "coqdoc@center.mpi-sws.org:stdpp"
-    TIMING_CONF: "coq-8.10.1"
+    TIMING_CONF: "coq-8.10.2"
   tags:
   - fp-timing
 
@@ -63,4 +63,3 @@ build-coq.8.7.2:
   <<: *template
   variables:
     OPAM_PINS: "coq version 8.7.2"
-
diff --git a/README.md b/README.md
index 38e17fdb..f6d06195 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Notably:
 
 This version is known to compile with:
 
- - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.1
+ - Coq version 8.7.2 / 8.8.2 / 8.9.1 / 8.10.2
 
 ## Installing via opam
 
-- 
GitLab