2013-07-31 05:22:18 -05:00
|
|
|
/**
|
|
|
|
* This symbol is initialized with the built version of the library.
|
|
|
|
*/
|
|
|
|
extern const char* const opm_core_version;
|
2013-08-01 04:26:10 -05:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Current API level (for use with DUNE_VERSION_xxx):
|
|
|
|
*/
|
2013-08-02 02:03:49 -05:00
|
|
|
#define OPM_CORE_VERSION_MAJOR 1
|
2013-10-21 06:53:29 -05:00
|
|
|
#define OPM_CORE_VERSION_MINOR 1
|
2013-08-02 02:03:49 -05:00
|
|
|
#define OPM_CORE_VERSION_REVISION 0
|