Author: Marc Munro Copyright (c) 2005, 2006 Marc Munro License: BSD $Id: veil_version.h.in,v 1.7 2008/02/06 15:04:52 bloodnok Exp $
Provides version information for veil
Definition in file veil_version.h.
Go to the source code of this file.
#define PG_VERSION_GE | ( | major, | |||
minor | ) |
Value:
(PG_MAJOR_VERSION > major) || \ ((PG_MAJOR_VERSION == major) && (PG_MINOR_VERSION >= minor))
Definition at line 31 of file veil_version.h.