Name #defines to be compatible with DUNE macros

This commit is contained in:
Roland Kaufmann 2013-08-02 09:03:49 +02:00
parent 404413a226
commit 99eca2a247

View File

@ -6,6 +6,6 @@ extern const char* const opm_core_version;
/**
* Current API level (for use with DUNE_VERSION_xxx):
*/
#define OPM_CORE_MAJOR 1
#define OPM_CORE_MINOR 0
#define OPM_CORE_REVISION 0
#define OPM_CORE_VERSION_MAJOR 1
#define OPM_CORE_VERSION_MINOR 0
#define OPM_CORE_VERSION_REVISION 0