From ee246228018c13c10c091c16a516ba175a8ec573 Mon Sep 17 00:00:00 2001
From: Patrick <patrick.jaap@tu-dresden.de>
Date: Wed, 8 Apr 2020 13:39:51 +0200
Subject: [PATCH] Switch from 2.7-1 to 2.7 scheme for compatibility with core
 modules

---
 .gitlab-ci.yml | 2 +-
 dune.module    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 59a71c31..e79db250 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,7 @@ variables:
 
 # Install external dependencies
 before_script:
-  - duneci-install-module -b releases/2.7-1 https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git
+  - duneci-install-module -b releases/2.7 https://git.imp.fu-berlin.de/agnumpde/dune-matrix-vector.git
 
 dune:2.7  clang  C++17:
   image: registry.dune-project.org/docker/ci/dune:2.7-debian-10-clang-7-libcpp-17
diff --git a/dune.module b/dune.module
index f94023fe..afba4fbb 100644
--- a/dune.module
+++ b/dune.module
@@ -4,7 +4,7 @@
 
 #Name of the module
 Module: dune-solvers
-Version: 2.7-1
+Version: 2.7
 Maintainer: oliver.sander@tu-dresden.de
 #depending on
 Depends: dune-common (>= 2.7) dune-grid (>= 2.7) dune-istl (>= 2.7) dune-localfunctions (>= 2.7) dune-matrix-vector (>= 2.7)
-- 
GitLab