libpqxx  4.0.1
version.hxx
1 /*-------------------------------------------------------------------------
2  *
3  * FILE
4  * pqxx/version.hxx
5  *
6  * DESCRIPTION
7  * libpqxx version description.
8  * DO NOT INCLUDE THIS FILE DIRECTLY; include pqxx/version instead.
9  *
10  * Copyright (c) 2009, Jeroen T. Vermeulen <jtv@xs4all.nl>
11  *
12  * See COPYING for copyright license. If you did not receive a file called
13  * COPYING with this source code, please notify the distributor of this mistake,
14  * or contact the author.
15  *
16  *-------------------------------------------------------------------------
17  */
18 #ifndef PQXX_H_VERSION
19 
21 #define PQXX_VERSION "4.0.1"
22 
24 #define PQXX_VERSION_MAJOR 4
25 
27 #define PQXX_VERSION_MINOR 0
28 
30 #define PQXX_ABI "4.0"
31 
32 #endif