esio  0.1.9
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
version.h
Go to the documentation of this file.
1 //-----------------------------------------------------------------------bl-
2 //--------------------------------------------------------------------------
3 //
4 // ESIO 0.1.9: ExaScale IO library for turbulence simulation restart files
5 // http://red.ices.utexas.edu/projects/esio/
6 //
7 // Copyright (C) 2010-2014 The PECOS Development Team
8 //
9 // This file is part of ESIO.
10 //
11 // ESIO is free software: you can redistribute it and/or modify
12 // it under the terms of the GNU Lesser General Public License as published
13 // by the Free Software Foundation, either version 3.0 of the License, or
14 // (at your option) any later version.
15 //
16 // ESIO is distributed in the hope that it will be useful,
17 // but WITHOUT ANY WARRANTY; without even the implied warranty of
18 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19 // GNU Lesser General Public License for more details.
20 //
21 // You should have received a copy of the GNU Lesser General Public License
22 // along with ESIO. If not, see <http://www.gnu.org/licenses/>.
23 //
24 //-----------------------------------------------------------------------el-
25 // $Id$
26 
27 #ifndef ESIO_VERSION_H
28 #define ESIO_VERSION_H
29 
35 #define ESIO_MAJOR_VERSION 0
36 
38 #define ESIO_MINOR_VERSION 1
39 
41 #define ESIO_POINT_VERSION 9
42 
47 #define ESIO_VERSION ( ESIO_MAJOR_VERSION * 100000 \
48  + ESIO_MINOR_VERSION * 100 \
49  + ESIO_POINT_VERSION * 1)
50 
51 #endif /* ESIO_VERSION_H */

Generated on Thu Jan 16 2014 10:16:33 for esio by  doxygen 1.8.2