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