[geos-commits] [SCM] GEOS branch master updated. 75c643623d9944a87a3c27ec3e698cbbb550cd0e

git at osgeo.org git at osgeo.org
Sun Aug 19 04:38:31 PDT 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, master has been updated
       via  75c643623d9944a87a3c27ec3e698cbbb550cd0e (commit)
      from  d7a7b599ec1754e20a23c524a49a1a72bf8b2605 (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 75c643623d9944a87a3c27ec3e698cbbb550cd0e
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 19 07:38:24 2018 -0400

    Put back the dev in VERSION_PATCH for cmake.  Needed because cmake parses the version, and adding dev to patch is invalid.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1a3cf97..bc3102a 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)

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

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