opm-core/opm/core/version.c
Roland Kaufmann 155bb2fc9c Include version information in the library
This version information can be queried programmatically by using the
expored opm_core_version symbol.
2013-07-31 12:22:18 +02:00

9 lines
266 B
C

/* this file is written by the build system; don't include it anywhere else */
#include <project-version.h>
/* declaration of the externally visible symbol */
#include <opm/core/version.h>
/* initialization */
const char* const opm_core_version = PROJECT_VERSION;