From 05e5b389c71384451945a28b8759b7b4799edc37 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Fri, 6 Dec 2019 13:10:12 +0100 Subject: [PATCH] bump to Coq 8.10.2 --- .gitlab-ci.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 76cda410a..44faa58af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,14 +39,14 @@ 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-iris" DOC_DIR: "coqdoc@center.mpi-sws.org:iris" DOC_OPTS: "--external https://plv.mpi-sws.org/coqdoc/stdpp/ stdpp" - TIMING_CONF: "coq-8.10.1" + TIMING_CONF: "coq-8.10.2" tags: - fp-timing diff --git a/README.md b/README.md index 6da6826ce..94d6075c6 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.8.2 / 8.9.1 / 8.10.1 + - Coq 8.8.2 / 8.9.1 / 8.10.2 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) For a version compatible with Coq 8.6, have a look at the -- GitLab