From 8fd9c7184050078532cfd28e4eee03b69dadf4ce Mon Sep 17 00:00:00 2001
From: Ralf Jung <jung@mpi-sws.org>
Date: Sun, 18 Dec 2016 15:48:37 +0100
Subject: [PATCH] build against the released Coq 8.6

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c1038ac0..f37a553d3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -28,7 +28,7 @@ iris-coq8.6beta:
   - coq
   script:
   # prepare
-  - . build/opam-ci.sh 'coq 8.6.dev' 'coq-mathcomp-ssreflect dev'
+  - . build/opam-ci.sh 'coq 8.6' 'coq-mathcomp-ssreflect dev'
   # build
   - 'time make -j8'
   cache:
diff --git a/README.md b/README.md
index cedc6a037..ca6df7fb2 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ This is the Coq development of the [Iris Project](http://iris-project.org).
 
 This version is known to compile with:
 
- - Coq 8.5pl3
+ - Coq 8.5pl3 / 8.6
  - Ssreflect 1.6
 
 The easiest way to install the correct versions of the dependencies is through
-- 
GitLab