Remove version.[ch] files.

This commit is contained in:
Atgeirr Flø Rasmussen 2015-10-23 13:32:13 +02:00 committed by Arne Morten Kvarving
parent 7922051e08
commit 7fac2642d3
3 changed files with 0 additions and 21 deletions

View File

@ -143,7 +143,6 @@ list (APPEND MAIN_SOURCE_FILES
opm/core/utility/parameters/tinyxml/tinyxmlerror.cpp
opm/core/utility/parameters/tinyxml/tinyxmlparser.cpp
opm/core/utility/parameters/tinyxml/xmltest.cpp
opm/core/version.c
opm/core/wells/InjectionSpecification.cpp
opm/core/wells/ProductionSpecification.cpp
opm/core/wells/WellCollection.cpp
@ -310,7 +309,6 @@ list (APPEND PUBLIC_HEADER_FILES
opm/core/linalg/blas_lapack.h
opm/core/linalg/call_umfpack.h
opm/core/linalg/sparse_sys.h
opm/core/version.h
opm/core/wells.h
opm/core/well_controls.h
opm/core/pressure/CompressibleTpfa.hpp

View File

@ -1,8 +0,0 @@
/* 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;

View File

@ -1,11 +0,0 @@
/**
* 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