[geos-commits] [SCM] GEOS branch master updated. 40314bb47e7f5025675ec833c8a8fa11c3ce313b

git at osgeo.org git at osgeo.org
Thu Jun 14 22:55:55 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  40314bb47e7f5025675ec833c8a8fa11c3ce313b (commit)
      from  96c9e652edb8c1eef12d2e29d01c085aaf6d2c85 (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 40314bb47e7f5025675ec833c8a8fa11c3ce313b
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jun 15 01:55:54 2018 -0400

    Revise remove pre-release suffix to handle lack of number, and presense of dev. Closes #887

diff --git a/configure.ac b/configure.ac
index 85e6fb6..3a9bd07 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]]*$//'`
+VERSION_RELEASE=`echo "$VERSION" | sed -E 's/(alpha|beta|rc)[[0-9]]?(dev)?$//'`
 
 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