[geos-commits] [SCM] GEOS branch 3.7 updated. 72eed76157974b667eb39db0e33e2e3b9667478b

git at osgeo.org git at osgeo.org
Thu Dec 20 10:42:13 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  72eed76157974b667eb39db0e33e2e3b9667478b (commit)
      from  620aed6690e6ebb3bda3e0041536d852043cf114 (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 72eed76157974b667eb39db0e33e2e3b9667478b
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Dec 20 10:41:39 2018 -0800

    Remove 'dev' suffix from patch number

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8f1920e..5d03bd3 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}dev)
+set(VERSION_PATCH ${GEOS_VERSION_PATCH})
 
 # JTS_PORT is the version of JTS this release is bound to
 set(JTS_PORT 1.13.0)

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

Summary of changes:
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list