From f781a4bb7eb0d89801adcd172c042fa3367c3416 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Tue, 7 Nov 2017 11:58:33 +0100 Subject: [PATCH] update to ssreflect 1.6.4 --- .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 fb0c9775f..95e791327 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -60,14 +60,14 @@ build-coq.8.7.dev: build-coq.8.7.0: <<: *template variables: - OPAM_PINS: "coq version 8.7.0 coq-mathcomp-ssreflect version 1.6.2" + OPAM_PINS: "coq version 8.7.0 coq-mathcomp-ssreflect version 1.6.4" except: - triggers build-coq.8.6.1: <<: *template variables: - OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.2" + OPAM_PINS: "coq version 8.6.1 coq-mathcomp-ssreflect version 1.6.4" VALIDATE: "1" artifacts: paths: diff --git a/README.md b/README.md index ff5fba87f..1cfec97a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org). This version is known to compile with: - Coq 8.6.1 / 8.7.0 - - Ssreflect 1.6.2 + - Ssreflect 1.6.4 - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) If you need to work with Coq 8.5, please check out the -- GitLab