From 0e1e64bf6da3415201f9f2971a1ab8f348e73667 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 19 Jun 2020 17:51:27 +0200 Subject: [PATCH] bump Coq to 8.11.2 --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b13de9d33..66cf7e3cd 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,10 +33,10 @@ build-coq.8.12.dev: OPAM_PINS: "coq version 8.12.dev" CI_COQCHK: "1" -build-coq.8.11.1: +build-coq.8.11.2: <<: *template variables: - OPAM_PINS: "coq version 8.11.1" + OPAM_PINS: "coq version 8.11.2" OPAM_PKG: "coq-iris" DOC_DIR: "coqdoc@center.mpi-sws.org:iris" DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp" diff --git a/README.md b/README.md index 5c1cefd61..32ce017d9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ definitions and some derived forms is available in This version is known to compile with: - - Coq 8.9.1 / 8.10.2 / 8.11.1 + - Coq 8.9.1 / 8.10.2 / 8.11.2 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) If you need to work with Coq 8.7 or Coq 8.8, please check out the -- GitLab