Author: Marc Munro Copyright (c) 2005 - 2010 Marc Munro License: BSD $Id: veil_version.h.in,v 1.11 2009/07/04 02:21:52 bloodnok Exp $
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 25 of file veil_version.h.