[geos-commits] [SCM] GEOS branch master updated. 028fcc1ef07a100bea8c5ed928dee87b7250928c

git at osgeo.org git at osgeo.org
Fri Jun 15 00:20:30 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  028fcc1ef07a100bea8c5ed928dee87b7250928c (commit)
      from  40314bb47e7f5025675ec833c8a8fa11c3ce313b (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 028fcc1ef07a100bea8c5ed928dee87b7250928c
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 15 03:20:29 2018 -0400

    Revise again to strip anything following the version number.
    Revised patch from Bas Couwenberg. References #887

diff --git a/configure.ac b/configure.ac
index 3a9bd07..5458475 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,7 +26,7 @@ VERSION_MAJOR=3
 VERSION_MINOR=7
 VERSION_PATCH=0beta1dev
 VERSION="$VERSION_MAJOR.$VERSION_MINOR.$VERSION_PATCH"
-VERSION_RELEASE=`echo "$VERSION" | sed -E 's/(alpha|beta|rc)[[0-9]]?(dev)?$//'`
+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