[geos-commits] [SCM] GEOS branch master updated. bf8567cec47717f15ae19107b4538739e53f6610

git at osgeo.org git at osgeo.org
Mon Aug 27 10:25:11 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  bf8567cec47717f15ae19107b4538739e53f6610 (commit)
      from  35704ed1de860cbcfe84f4119915f74dac9216a6 (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 bf8567cec47717f15ae19107b4538739e53f6610
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 27 13:25:12 2018 -0400

    revise sed check for parsing version so works on all GNU compliant sed. References #917 for 3.8.0

diff --git a/configure.ac b/configure.ac
index 8b4400a..65ddddd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ VERSION_MAJOR=3
 VERSION_MINOR=8
 VERSION_PATCH=0dev
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
-VERSION_RELEASE=`echo "$VERSION" | sed -E 's/^([[0-9]+\.[0-9]+\.[0-9]+]).*?$/\1/'`
+VERSION_RELEASE=`echo "$VERSION" | sed -E 's/^([[0-9]+\.[0-9]+\.[0-9]+]).*$/\1/'`
 
 dnl CAPI_VERSION_MAJOR=$(($CAPI_INTERFACE_CURRENT-$CAPI_INTERFACE_AGE))
 dnl the following should be more portable

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

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


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list