opm-core/opm/core/version.h
Atgeirr Flø Rasmussen 823cc64c78 Bump version numbers.
Since there are a few new APIs and features, but no major changes,
it seems proper to move from 1.0 to 1.1, even though strict
backward compatibility cannot be expected.

Label bumped to 2013.10.
2013-10-21 13:53:29 +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 1
#define OPM_CORE_VERSION_REVISION 0