[geos-commits] [SCM] GEOS branch 3.7 updated. 620aed6690e6ebb3bda3e0041536d852043cf114

git at osgeo.org git at osgeo.org
Sat Dec 8 16:27:20 PST 2018


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  620aed6690e6ebb3bda3e0041536d852043cf114 (commit)
      from  8c83eed3d0c42263841da87e7fc451c059438986 (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 620aed6690e6ebb3bda3e0041536d852043cf114
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Dec 8 19:27:12 2018 -0500

    More version number updates

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5d03bd3..8f1920e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,7 +50,7 @@ set(VERSION "${GEOS_VERSION}")
 # by autotools for *.h.in files
 set(VERSION_MAJOR ${GEOS_VERSION_MAJOR})
 set(VERSION_MINOR ${GEOS_VERSION_MINOR})
-set(VERSION_PATCH ${GEOS_VERSION_PATCH})
+set(VERSION_PATCH ${GEOS_VERSION_PATCH}dev)
 
 # JTS_PORT is the version of JTS this release is bound to
 set(JTS_PORT 1.13.0)
diff --git a/include/geos/version.h.vc b/include/geos/version.h.vc
index 6a8cc1f..de10989 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 0
+#define GEOS_VERSION_PATCH 2
 #endif
 
 #ifndef GEOS_VERSION
-#define GEOS_VERSION "3.7.0"
+#define GEOS_VERSION "3.7.2"
 #endif
 
 #ifndef GEOS_JTS_PORT

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

Summary of changes:
 CMakeLists.txt            | 2 +-
 include/geos/version.h.vc | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list