diff --git a/config.h.cmake b/config.h.cmake index f756705786c09fac7dd931e912c30e9864115051..195e876ac8e24a0710789b7273e00cd8658ca0f4 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