From e47970e039dcbabd98cff8d2d2f321ca615a3a21 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt <Ansgar.Burchardt@tu-dresden.de> Date: Fri, 24 May 2019 13:53:08 +0200 Subject: [PATCH] config.h.cmake: fix typo --- config.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.h.cmake b/config.h.cmake index 8080612b..9008ef1a 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -35,7 +35,7 @@ #define DUNE_FUFEM_VERSION_MAJOR @DUNE_FUFEM_VERSION_MAJOR@ /* Define to the minor version of dune-fufem */ -#define DUNE_FUFEM_VERSION_MINOR @DUNE_FUFE;_VERSION_MINOR@ +#define DUNE_FUFEM_VERSION_MINOR @DUNE_FUFEM_VERSION_MINOR@ /* Define to the revision of dune-fufem */ #define DUNE_FUFEM_VERSION_REVISION @DUNE_FUFEM_VERSION_REVISION@ -- GitLab