[geos-commits] r3873 - in trunk: . include/geos

svn_geos at osgeo.org svn_geos at osgeo.org
Sat Aug 10 20:54:00 PDT 2013


Author: robe
Date: 2013-08-10 20:54:00 -0700 (Sat, 10 Aug 2013)
New Revision: 3873

Modified:
   trunk/configure.in
   trunk/include/geos/version.h.vc
Log:
bump all revisions with plan we will have Voronoi ported over (strk change if I did this wrong)

Modified: trunk/configure.in
===================================================================
--- trunk/configure.in	2013-08-11 03:47:43 UTC (rev 3872)
+++ trunk/configure.in	2013-08-11 03:54:00 UTC (rev 3873)
@@ -11,20 +11,20 @@
 AC_CONFIG_MACRO_DIR([macros])
 
 dnl -- JTS_PORT: the version of JTS this release is bound to
-JTS_PORT=1.12.0
+JTS_PORT=1.13.0
 
 dnl -- Version info for the CAPI
-CAPI_INTERFACE_CURRENT=9
+CAPI_INTERFACE_CURRENT=10
 CAPI_INTERFACE_REVISION=0
-CAPI_INTERFACE_AGE=8
+CAPI_INTERFACE_AGE=9
 
 dnl
 dnl -- Release versions / C++ library SONAME will use these
 dnl -- encoding ABI break at every release
 dnl
 VERSION_MAJOR=3
-VERSION_MINOR=4
-VERSION_PATCH=0
+VERSION_MINOR=5
+VERSION_PATCH=0dev
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))

Modified: trunk/include/geos/version.h.vc
===================================================================
--- trunk/include/geos/version.h.vc	2013-08-11 03:47:43 UTC (rev 3872)
+++ trunk/include/geos/version.h.vc	2013-08-11 03:54:00 UTC (rev 3873)
@@ -30,7 +30,7 @@
 #endif
 
 #ifndef GEOS_VERSION_MINOR
-#define GEOS_VERSION_MINOR 4
+#define GEOS_VERSION_MINOR 5
 #endif
 
 #ifndef GEOS_VERSION_PATCH
@@ -38,11 +38,11 @@
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.4.0"
+#define GEOS_VERSION "3.5.0"
 #endif
 
 #ifndef GEOS_JTS_PORT
-#define GEOS_JTS_PORT "1.12.0"
+#define GEOS_JTS_PORT "1.13.0"
 #endif
 
 #endif // GEOS_VERSION_H_INCLUDED



More information about the geos-commits mailing list