From 6afe977054eee74d8eb8efffff648f6c8c415802 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Tue, 11 Sep 2018 06:19:49 +0000 Subject: [PATCH] Get rid of note that 3.7.0 is not released. Switch winnie to test and packaged released 3.7.0 git-svn-id: http://svn.osgeo.org/postgis/trunk@16729 b70326c6-7e19-0410-871a-916f4a2858ee --- ci/winnie/build_postgis.sh | 2 +- ci/winnie/package_postgis.sh | 2 +- ci/winnie/regress_postgis.sh | 2 +- configure.ac | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh index 88aaf26b8..c4e2f38c5 100644 --- a/ci/winnie/build_postgis.sh +++ b/ci/winnie/build_postgis.sh @@ -13,7 +13,7 @@ set -e #POSTGIS_MICRO_VERSION=0SVN #export GCC_TYPE=gcc48 #for pre-4.8.0 compiles this is blank export SFCGAL_VER=1.3.2 -export GEOS_VER=3.7.0dev +export GEOS_VER=3.7.0 export GDAL_VER=2.2.4 export PROJ_VER=4.9.3 export SFCGAL_VER=1.3.2 diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh index 8303b0f90..becae3681 100644 --- a/ci/winnie/package_postgis.sh +++ b/ci/winnie/package_postgis.sh @@ -13,7 +13,7 @@ #export GCC_TYPE= export SFCGAL_VER=1.3.2 -export GEOS_VER=3.7.0dev +export GEOS_VER=3.7.0 export GDAL_VER=2.2.4 export PROJ_VER=4.9.3 export SFCGAL_VER=1.3.2 diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh index 698d7dda8..e5117f1cc 100644 --- a/ci/winnie/regress_postgis.sh +++ b/ci/winnie/regress_postgis.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e export SFCGAL_VER=1.3.2 -export GEOS_VER=3.7.0dev +export GEOS_VER=3.7.0 export GDAL_VER=2.2.4 export PROJ_VER=4.9.3 export SFCGAL_VER=1.3.2 diff --git a/configure.ac b/configure.ac index 8975cd954..71132e865 100644 --- a/configure.ac +++ b/configure.ac @@ -1554,7 +1554,7 @@ if test "$GEOS_NUMERIC_VERSION" -lt 30700; then AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ]) AC_MSG_WARN([ You are building against GEOS ${GEOS_FULL_VERSION} ]) AC_MSG_WARN([ To take advantage of all the features of ]) -AC_MSG_WARN([ this PostGIS version requires GEOS 3.7.0 or higher which is not out yet.]) +AC_MSG_WARN([ this PostGIS version requires GEOS 3.7.0 or higher.]) AC_MSG_WARN([ To take advantage of most of the features of this PostGIS]) AC_MSG_WARN([ we recommend GEOS 3.6 or higher]) AC_MSG_WARN([ You can download the latest versions from ]) -- 2.40.0