[geos-commits] [SCM] GEOS branch 3.7 updated. 9cf81f18ce8db19d7c40fbbeb07a868b0840e9d5

git at osgeo.org git at osgeo.org
Fri Dec 11 05:55:58 PST 2020


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, 3.7 has been updated
       via  9cf81f18ce8db19d7c40fbbeb07a868b0840e9d5 (commit)
      from  428baa1ea50821c0eb343e238a2e0b959fe95616 (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 9cf81f18ce8db19d7c40fbbeb07a868b0840e9d5
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Dec 11 14:55:47 2020 +0100

    Target 3.7.4dev

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 81153c7..13172a8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ endif()
 #################################################################################
 # Set GEOS project
 #################################################################################
-project(GEOS VERSION 3.7.3 LANGUAGES C CXX)
+project(GEOS VERSION 3.7.4 LANGUAGES C CXX)
 
 # Add custom GEOS modules for CMake
 list(APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
diff --git a/NEWS b/NEWS
index 13eb2ed..9851d27 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Changes in 3.7.4dev
+YYYY-MM-DD
+
+- Bug fixes / improvements
+  - ...
+
 Changes in 3.7.3
 2019-10-04
 
diff --git a/capi/geos_c.h.in b/capi/geos_c.h.in
index 7556206..16ece57 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 11
-#define GEOS_CAPI_VERSION_PATCH 0
-#define GEOS_CAPI_VERSION "3.7.3-CAPI-1.11.3"
+#define GEOS_CAPI_VERSION_PATCH 4
+#define GEOS_CAPI_VERSION "3.7.4-CAPI-1.11.4"
 #else
 #ifndef GEOS_VERSION_MAJOR
 #define GEOS_VERSION_MAJOR @VERSION_MAJOR@
diff --git a/configure.ac b/configure.ac
index 985a88d..f2911fc 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=12
-CAPI_INTERFACE_REVISION=3
+CAPI_INTERFACE_REVISION=4
 CAPI_INTERFACE_AGE=11
 
 dnl
@@ -24,7 +24,7 @@ dnl -- encoding ABI break at every release
 dnl
 VERSION_MAJOR=3
 VERSION_MINOR=7
-VERSION_PATCH=3
+VERSION_PATCH=4dev
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
 VERSION_RELEASE=`echo "$VERSION" | sed -E 's/^([[0-9]+\.[0-9]+\.[0-9]+]).*$/\1/'`
 
diff --git a/include/geos/version.h.vc b/include/geos/version.h.vc
index 313c2fa..9d85330 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 3
+#define GEOS_VERSION_PATCH 4
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.7.3"
+#define GEOS_VERSION "3.7.4"
 #endif
 
 #ifndef GEOS_JTS_PORT

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list