GEOS  3.3.3
version.h
1 /**********************************************************************
2  * $Id: version.h.in 2141 2008-07-26 20:47:29Z mloskot $
3  *
4  * GEOS - Geometry Engine Open Source
5  * http://geos.refractions.net
6  *
7  * Copyright (C) 2007 Refractions Research Inc.
8  *
9  * This is free software; you can redistribute and/or modify it under
10  * the terms of the GNU Lesser General Public Licence as published
11  * by the Free Software Foundation.
12  * See the COPYING file for more information.
13  *
14  **********************************************************************/
15 #ifndef GEOS_VERSION_H_INCLUDED
16 #define GEOS_VERSION_H_INCLUDED
17 
18 #ifndef GEOS_VERSION_MAJOR
19 #define GEOS_VERSION_MAJOR 3
20 #endif
21 
22 #ifndef GEOS_VERSION_MINOR
23 #define GEOS_VERSION_MINOR 3
24 #endif
25 
26 #ifndef GEOS_VERSION_PATCH
27 #define GEOS_VERSION_PATCH 3
28 #endif
29 
30 #ifndef GEOS_VERSION
31 #define GEOS_VERSION "3.3.3"
32 #endif
33 
34 #ifndef GEOS_JTS_PORT
35 #define GEOS_JTS_PORT "1.12.0"
36 #endif
37 
38 #endif // GEOS_VERSION_H_INCLUDED