From fb46b7117ade428e7b2a8ecf43afabe71f112b47 Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Tue, 11 Feb 2020 15:37:04 +0100
Subject: [PATCH] bump Coq version

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3af2f665..4cc61dc0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,24 +27,23 @@ variables:
 
 ## Build jobs
 
-build-coq.8.10.1:
+build-coq.8.11.0:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.10.1"
+    OPAM_PINS: "coq version 8.11.0"
     OPAM_PKG: "coq-lambda-rust"
-    TIMING_CONF: "coq-8.10.1"
   tags:
   - fp-timing
 
-build-coq.8.9.1:
+build-coq.8.10.2:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.9.1"
+    OPAM_PINS: "coq version 8.10.2"
 
 build-iris.dev:
   <<: *template
   variables:
-    OPAM_PINS: "coq version 8.10.dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV   coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV   coq-orc11.dev git git+https://gitlab.mpi-sws.org/iris/orc11.git#$ORC11_REV   coq-gpfsl.dev git git+https://gitlab.mpi-sws.org/iris/gpfsl.git#$GPFSL_REV"
+    OPAM_PINS: "coq version 8.11.dev   coq-stdpp.dev git git+https://gitlab.mpi-sws.org/iris/stdpp.git#$STDPP_REV   coq-iris.dev git git+https://gitlab.mpi-sws.org/iris/iris.git#$IRIS_REV   coq-orc11.dev git git+https://gitlab.mpi-sws.org/iris/orc11.git#$ORC11_REV   coq-gpfsl.dev git git+https://gitlab.mpi-sws.org/iris/gpfsl.git#$GPFSL_REV"
   except:
   only:
   - triggers
diff --git a/README.md b/README.md
index 757e7120..3fc4859b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development accompanying RBrlx.
 
 This version is known to compile with:
 
- - Coq 8.9.1 / 8.10.1
+ - Coq 8.10.2 / 8.11.0
  - A development version of [GPFSL].
 
 The easiest way to install the correct versions of the dependencies is through
-- 
GitLab