12 lines
291 B
C
12 lines
291 B
C
/**
|
|
* This symbol is initialized with the built version of the library.
|
|
*/
|
|
extern const char* const opm_core_version;
|
|
|
|
/**
|
|
* Current API level (for use with DUNE_VERSION_xxx):
|
|
*/
|
|
#define OPM_CORE_VERSION_MAJOR 1
|
|
#define OPM_CORE_VERSION_MINOR 0
|
|
#define OPM_CORE_VERSION_REVISION 0
|