GEOS
3.6.2
|
00001 /********************************************************************** 00002 * 00003 * GEOS - Geometry Engine Open Source 00004 * http://geos.osgeo.org 00005 * 00006 * Copyright (C) 2007 Refractions Research Inc. 00007 * 00008 * This is free software; you can redistribute and/or modify it under 00009 * the terms of the GNU Lesser General Public Licence as published 00010 * by the Free Software Foundation. 00011 * See the COPYING file for more information. 00012 * 00013 **********************************************************************/ 00014 #ifndef GEOS_VERSION_H_INCLUDED 00015 #define GEOS_VERSION_H_INCLUDED 00016 00017 #ifndef GEOS_VERSION_MAJOR 00018 #define GEOS_VERSION_MAJOR 3 00019 #endif 00020 00021 #ifndef GEOS_VERSION_MINOR 00022 #define GEOS_VERSION_MINOR 6 00023 #endif 00024 00025 #ifndef GEOS_VERSION_PATCH 00026 #define GEOS_VERSION_PATCH 2 00027 #endif 00028 00029 #ifndef GEOS_VERSION 00030 #define GEOS_VERSION "3.6.2" 00031 #endif 00032 00033 #ifndef GEOS_JTS_PORT 00034 #define GEOS_JTS_PORT "1.13.0" 00035 #endif 00036 00037 #endif // GEOS_VERSION_H_INCLUDED