Remove version.[ch] files.
This commit is contained in:
parent
40220994c7
commit
7df248d2d6
@ -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
|
||||
|
@ -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;
|
@ -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
|
Loading…
Reference in New Issue
Block a user