Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members

version.h

00001 #ifndef _GEOS_VERSION_H
00002 #define _GEOS_VERSION_H
00003 
00004 #define GEOS_VERSION_MAJOR 2
00005 #define GEOS_VERSION_MINOR 1
00006 #define GEOS_VERSION_PATCH 1
00007 #define GEOS_FIRST_INTERFACE GEOS_VERSION_MAJOR 
00008 #define GEOS_LAST_INTERFACE (GEOS_VERSION_MAJOR+GEOS_VERSION_MINOR)
00009 #define GEOS_VERSION "2.1.1"
00010 #define GEOS_JTS_PORT "1.4.1"
00011 
00012 #endif // _GEOS_VERSION_H

Generated on Sat May 28 11:24:08 2005 for GEOS by  doxygen 1.4.2