libpqxx 4.0
version.hxx
00001 /*-------------------------------------------------------------------------
00002  *
00003  *   FILE
00004  *      pqxx/version.hxx
00005  *
00006  *   DESCRIPTION
00007  *      libpqxx version description.
00008  *   DO NOT INCLUDE THIS FILE DIRECTLY; include pqxx/version instead.
00009  *
00010  * Copyright (c) 2009, Jeroen T. Vermeulen <jtv@xs4all.nl>
00011  *
00012  * See COPYING for copyright license.  If you did not receive a file called
00013  * COPYING with this source code, please notify the distributor of this mistake,
00014  * or contact the author.
00015  *
00016  *-------------------------------------------------------------------------
00017  */
00018 #ifndef PQXX_H_VERSION
00019 
00021 #define PQXX_VERSION "4.0"
00022 
00024 #define PQXX_VERSION_MAJOR 4
00025 
00027 #define PQXX_VERSION_MINOR 0
00028 
00030 #define PQXX_ABI "4.0"
00031 
00032 #endif