opm-core/opm/core/version.h
2013-08-02 09:03:49 +02:00

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