[geos-commits] [SCM] geos branch svn-3.6 updated. 86dd7a47c60efc710f2df85de0b59a6a8cb03a40

git at osgeo.org git at osgeo.org
Tue Jul 25 02:40:33 PDT 2017


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "geos".

The branch, svn-3.6 has been updated
       via  86dd7a47c60efc710f2df85de0b59a6a8cb03a40 (commit)
      from  4d2925d6e0c758742a178053132eef02cd8374d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 86dd7a47c60efc710f2df85de0b59a6a8cb03a40
Author: Sandro Santilli <strk at kbt.io>
Date:   Tue Jul 25 11:40:16 2017 +0200

    Prepare for 3.6.3

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 927a0fe..b5135b6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,7 @@ set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
 # GEOS C++ library SONAME will use these encoding ABI break at every release
 set(VERSION_MAJOR 3)
 set(VERSION_MINOR 6)
-set(VERSION_PATCH 2)
+set(VERSION_PATCH 3)
 set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
 
 # JTS_PORT is the version of JTS this release is bound to
@@ -38,7 +38,7 @@ message(STATUS "Setting GEOS version ${VERSION} as port of JTS ${JTS_PORT}")
 
 # GEOS C API version
 set(CAPI_INTERFACE_CURRENT 11)
-set(CAPI_INTERFACE_REVISION 2)
+set(CAPI_INTERFACE_REVISION 3)
 set(CAPI_INTERFACE_AGE 10)
 
 math(EXPR CAPI_VERSION_MAJOR "${CAPI_INTERFACE_CURRENT} - ${CAPI_INTERFACE_AGE}")
diff --git a/NEWS b/NEWS
index 80e0888..d0a10b9 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Changes in 3.6.3dev
+YYYY-MM-DD
+
+- Bug fixes / improvements
+
 Changes in 3.6.2
 2017-07-25
 
diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index f7131e0..ccabb6b 100644
--- a/capi/geos_c.h.in
+++ b/capi/geos_c.h.in
@@ -60,8 +60,8 @@ extern "C" {
 #include <geos/version.h>
 #define GEOS_CAPI_VERSION_MAJOR 1
 #define GEOS_CAPI_VERSION_MINOR 10
-#define GEOS_CAPI_VERSION_PATCH 2
-#define GEOS_CAPI_VERSION "3.6.2-CAPI-1.10.2"
+#define GEOS_CAPI_VERSION_PATCH 3
+#define GEOS_CAPI_VERSION "3.6.3-CAPI-1.10.3"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@
diff --git a/configure.ac b/configure.ac
index 7158394..6f979b6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ JTS_PORT=1.13.0
 
 dnl -- Version info for the CAPI
 CAPI_INTERFACE_CURRENT=11
-CAPI_INTERFACE_REVISION=2
+CAPI_INTERFACE_REVISION=3
 CAPI_INTERFACE_AGE=10
 
 dnl
@@ -24,7 +24,7 @@ dnl -- encoding ABI break at every release
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=6
-VERSION_PATCH=2
+VERSION_PATCH=3dev
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))
diff --git a/include/geos/version.h.vc b/include/geos/version.h.vc
index 869c3ce..b31f58f 100644
--- a/include/geos/version.h.vc
+++ b/include/geos/version.h.vc
@@ -34,11 +34,11 @@
 #endif
 
 #ifndef GEOS_VERSION_PATCH
-#define GEOS_VERSION_PATCH 2
+#define GEOS_VERSION_PATCH 3
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.6.2"
+#define GEOS_VERSION "3.6.3"
 #endif
 
 #ifndef GEOS_JTS_PORT

-----------------------------------------------------------------------

Summary of changes:
 CMakeLists.txt            |    4 ++--
 NEWS                      |    5 +++++
 capi/geos_c.h.in          |    4 ++--
 configure.ac              |    4 ++--
 include/geos/version.h.vc |    4 ++--
 5 files changed, 13 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
geos


More information about the geos-commits mailing list