From d3e6b626f09e2915a902c9a752b24e90996c1a20 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= Date: Thu, 3 Mar 2016 11:59:52 +0100 Subject: [PATCH] [CMake] Add DUMUX_VERSION to config.h --- config.h.cmake | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/config.h.cmake b/config.h.cmake index f756705786..195e876ac8 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -28,6 +28,19 @@ /* end private */ +/* Define to the version of dumux */ +#define DUMUX_VERSION "${DUMUX_VERSION}" + +/* Define to the major version of dumux */ +#define DUMUX_VERSION_MAJOR ${DUMUX_VERSION_MAJOR} + +/* Define to the minor version of dumux */ +#define DUMUX_VERSION_MINOR ${DUMUX_VERSION_MINOR} + +/* Define to the revision of dumux */ +#define DUMUX_VERSION_REVISION ${DUMUX_VERSION_REVISION} + + /* Define to 1 if Valgrind was found */ #cmakedefine HAVE_VALGRIND 1 -- GitLab