GEOS
3.3.8
|
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 3 00024 #endif 00025 00026 #ifndef GEOS_VERSION_PATCH 00027 #define GEOS_VERSION_PATCH 8 00028 #endif 00029 00030 #ifndef GEOS_VERSION 00031 #define GEOS_VERSION "3.3.8" 00032 #endif 00033 00034 #ifndef GEOS_JTS_PORT 00035 #define GEOS_JTS_PORT "1.12.0" 00036 #endif 00037 00038 #endif // GEOS_VERSION_H_INCLUDED