From 2f80c99147dca5d4fba5fc607e383edac41c40c1 Mon Sep 17 00:00:00 2001 From: Ralf Jung <jung@mpi-sws.org> Date: Mon, 7 Oct 2024 11:06:21 +0200 Subject: [PATCH] bump 8.19 to latest minor release --- .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 c78776439..758ace355 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,11 +76,11 @@ build-coq.8.20.0-dune: MAKE_TARGET: "dune" # The oldest version runs in MRs, without name mangling. -build-coq.8.19.1: +build-coq.8.19.2: <<: *template <<: *branches_and_mr variables: - OPAM_PINS: "coq version 8.19.1" + OPAM_PINS: "coq version 8.19.2" trigger-stdpp.dev: <<: *template diff --git a/README.md b/README.md index 800750730..3b3b331e7 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Importing Iris has some side effects as the library sets some global options. This version is known to compile with: - - Coq 8.19.1 / 8.20.0 + - Coq 8.19.2 / 8.20.0 - A development version of [std++](https://gitlab.mpi-sws.org/iris/stdpp) Generally we always aim to support the last two stable Coq releases. Support for -- GitLab