• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • File List

version.h

00001 /**********************************************************************
00002  * $Id: version.h.in 2141 2008-07-26 20:47:29Z mloskot $
00003  *
00004  * GEOS - Geometry Engine Open Source
00005  * http://geos.refractions.net
00006  *
00007  * Copyright (C) 2007 Refractions Research Inc.
00008  *
00009  * This is free software; you can redistribute and/or modify it under
00010  * the terms of the GNU Lesser General Public Licence as published
00011  * by the Free Software Foundation. 
00012  * See the COPYING file for more information.
00013  *
00014  **********************************************************************/
00015 #ifndef GEOS_VERSION_H_INCLUDED
00016 #define GEOS_VERSION_H_INCLUDED
00017 
00018 #ifndef GEOS_VERSION_MAJOR
00019 #define GEOS_VERSION_MAJOR 3
00020 #endif
00021 
00022 #ifndef GEOS_VERSION_MINOR
00023 #define GEOS_VERSION_MINOR 2
00024 #endif
00025 
00026 #ifndef GEOS_VERSION_PATCH
00027 #define GEOS_VERSION_PATCH 1
00028 #endif
00029 
00030 #ifndef GEOS_VERSION
00031 #define GEOS_VERSION "3.2.1"
00032 #endif
00033 
00034 #ifndef GEOS_JTS_PORT
00035 #define GEOS_JTS_PORT "1.10.0"
00036 #endif
00037 
00038 #endif // GEOS_VERSION_H_INCLUDED

Generated on Thu Jul 22 2010 for GEOS by  doxygen 1.7.1