add version.h header file and adapt version number in dune.module

This commit is contained in:
Andreas Lauser
2013-09-10 13:40:27 +02:00
parent 1a0ea5c634
commit 594b3dd15b
2 changed files with 9 additions and 6 deletions

View File

@@ -2,15 +2,12 @@
# Dune module information file: This file gets parsed by dunecontrol
# and by the CMake build scripts.
################################
#Name of the module
Module: opm-material
Description: This module contains the thermodynamic framework used by OPM
Version: 0.1
Version: 2.0
Label: 2013.03
Url: http://opm-project.org
Maintainer: opm@opm-project.org
MaintainerName: The Open Porous Media Initiative
# the material laws need the tri-diagonal matrix from dune-istl.
Maintainer: and@poware.org
MaintainerName: The Open Porous Media Initiative; Andreas Lauser
# TODO: add this kind of code to a new module (e.g., 'opm-common')
Depends: dune-common dune-istl

6
opm/material/version.h Normal file
View File

@@ -0,0 +1,6 @@
/**
* Current API level (for use with DUNE_VERSION_xxx):
*/
#define OPM_MATERIAL_VERSION_MAJOR 2
#define OPM_MATERIAL_VERSION_MINOR 0
#define OPM_MATERIAL_VERSION_REVISION 0