1/*PGR-GNU*****************************************************************
2
3File: _version.h.in
4
5Function's developer:
6Copyright (c) 2015 Celia Virginia Vergara Castillo
7Mail: vicky_vergara@hotmail.com
8
9------
10
11This program is free software; you can redistribute it and/or modify
12it under the terms of the GNU General Public License as published by
13the Free Software Foundation; either version 2 of the License, or
14(at your option) any later version.
15
16This program is distributed in the hope that it will be useful,
17but WITHOUT ANY WARRANTY; without even the implied warranty of
18MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19GNU General Public License for more details.
20
21You should have received a copy of the GNU General Public License
22along with this program; if not, write to the Free Software
23Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
24
25 ********************************************************************PGR-GNU*/
26
27#define	BOOST_VERSION "@BOOST_VERSION@";
28#define CMAKE_BUILD_TYPE "@CMAKE_BUILD_TYPE@";
29#define COMPILER_VERSION "@COMPILER_VERSION@";
30#define COMPILATION_DATE "@COMPILATION_DATE@";
31#define PROJECT_GIT_HASH "@PROJECT_GIT_HASH@";
32#define PROJECT_LIB_NAME "@PROJECT_NAME_LOWER@-@PROJECT_VERSION@";
33#define CMAKE_SYSTEM_NAME "@CMAKE_SYSTEM@";
34#define POSTGRES_VERSION "@POSTGRESQL_VERSION_STRING@";
35
36