DATRW++ library: seismic data I/O with multiple formats
aalibdatrwxx.h
Go to the documentation of this file.
1 /*! \file aalibdatrwxx.h
2  * \brief libdatrwxx version string (prototypes)
3  *
4  * ----------------------------------------------------------------------------
5  *
6  * \author Thomas Forbriger
7  * \date 05/07/2016
8  *
9  * libdatrwxx version string (prototypes)
10  *
11  * Copyright (c) 2016 by Thomas Forbriger (BFO Schiltach)
12  *
13  *
14  * ----
15  * This program is free software; you can redistribute it and/or modify
16  * it under the terms of the GNU General Public License as published by
17  * the Free Software Foundation; either version 2 of the License, or
18  * (at your option) any later version.
19  *
20  * This program is distributed in the hope that it will be useful,
21  * but WITHOUT ANY WARRANTY; without even the implied warranty of
22  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
23  * GNU General Public License for more details.
24  *
25  * You should have received a copy of the GNU General Public License
26  * along with this program. If not, see <http://www.gnu.org/licenses/>.
27 
28  * ----
29  *
30  * REVISIONS and CHANGES
31  * - 05/07/2016 V1.0 Thomas Forbriger
32  *
33  * ============================================================================
34  */
35 
36 // include guard
37 #ifndef DATRW_AALIBDATRWXX_H_VERSION
38 
39 #define DATRW_AALIBDATRWXX_H_VERSION \
40  "DATRW_AALIBDATRWXX_H V1.0"
41 
42 namespace datrw {
43 
44 
45  /*! \brief Version string.
46  *
47  * This string can be used in output to identify the library and its version
48  * Please update this string upon implementation of new features or upon bug
49  * fixes.
50  */
51  extern const char* const libversion;
52 
53 } // namespace datrw
54 
55 #endif // DATRW_AALIBDATRWXX_H_VERSION (includeguard)
56 
57 /* ----- END OF aalibdatrwxx.h ----- */
const char *const libversion
Version string.
Definition: aalibdatrwxx.cc:18
Root namespace of library.
Definition: aalibdatrwxx.cc:16