Name #defines to be compatible with DUNE macros
This commit is contained in:
parent
404413a226
commit
99eca2a247
@ -6,6 +6,6 @@ extern const char* const opm_core_version;
|
|||||||
/**
|
/**
|
||||||
* Current API level (for use with DUNE_VERSION_xxx):
|
* Current API level (for use with DUNE_VERSION_xxx):
|
||||||
*/
|
*/
|
||||||
#define OPM_CORE_MAJOR 1
|
#define OPM_CORE_VERSION_MAJOR 1
|
||||||
#define OPM_CORE_MINOR 0
|
#define OPM_CORE_VERSION_MINOR 0
|
||||||
#define OPM_CORE_REVISION 0
|
#define OPM_CORE_VERSION_REVISION 0
|
||||||
|
Loading…
Reference in New Issue
Block a user