ecl_version.hpp
Go to the documentation of this file.
1/*
2 Copyright (C) 2016 Equinor ASA, Norway.
3
4 The file 'ecl_version.h' is part of ERT - Ensemble based Reservoir Tool.
5
6 ERT is free software: you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation, either version 3 of the License, or
9 (at your option) any later version.
10
11 ERT is distributed in the hope that it will be useful, but WITHOUT ANY
12 WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 FITNESS FOR A PARTICULAR PURPOSE.
14
15 See the GNU General Public License at <http://www.gnu.org/licenses/gpl.html>
16 for more details.
17*/
18
19#ifndef ECL_VERSION
20#define ECL_VERSION
21
22#include <stdbool.h>
23
24#ifdef __cplusplus
25extern"C" {
26#endif
27
35
36#ifdef __cplusplus
37}
38#endif
39
40#endif
int ecl_version_get_minor_version()
const char * ecl_version_get_build_time()
const char * ecl_version_get_git_commit_short()
int ecl_version_get_major_version()
const char * ecl_version_get_git_commit()
const char * ecl_version_get_micro_version()
bool ecl_version_is_ert_devel_version()