veil_version.h

Go to the documentation of this file.
00001 /**
00002  * @file   veil_version.h
00003  * \code
00004  *     Author:       Marc Munro
00005  *     Copyright (c) 2005 - 2010 Marc Munro
00006  *     License:      BSD
00007  * $Id: veil_version.h.in,v 1.11 2009/07/04 02:21:52 bloodnok Exp $
00008  * \endcode
00009  * @brief  
00010  * Provides version information for veil
00011  * 
00012  */
00013 
00014 #define VEIL_VERSION "0.9.11"
00015 #define VEIL_VERSION_INFO "Beta"
00016 
00017 // Everything below here is automatically generated by configure.
00018 
00019 #define PG_MAJOR_VERSION 8
00020 #define PG_MINOR_VERSION 3
00021 
00022 #define SPI_CURSOR_OPEN(name, plan, values, nulls, ro) \
00023     SPI_cursor_open(name, plan, values, nulls, ro)
00024 
00025 #define PG_VERSION_GE(major,minor) \
00026     (PG_MAJOR_VERSION > major) || \
00027     ((PG_MAJOR_VERSION == major) && (PG_MINOR_VERSION >= minor))

Generated on Fri Mar 12 08:38:37 2010 for Veil by  doxygen 1.5.6