mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add version.h header file and adapt version number in dune.module
This commit is contained in:
@@ -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
6
opm/material/version.h
Normal 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
|
||||
Reference in New Issue
Block a user