155bb2fc9c
This version information can be queried programmatically by using the expored opm_core_version symbol.
9 lines
266 B
C
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;
|