]> granicus.if.org Git - postgis/commitdiff
Get rid of note that 3.7.0 is not released. Switch winnie to test and packaged relea...
authorRegina Obe <lr@pcorp.us>
Tue, 11 Sep 2018 06:19:49 +0000 (06:19 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 11 Sep 2018 06:19:49 +0000 (06:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@16729 b70326c6-7e19-0410-871a-916f4a2858ee

ci/winnie/build_postgis.sh
ci/winnie/package_postgis.sh
ci/winnie/regress_postgis.sh
configure.ac

index 88aaf26b835704d7ade677b736fe4c80361d131f..c4e2f38c5a67b43d30a4526e985a93e41f8ad6cb 100644 (file)
@@ -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
index 8303b0f908192c816857c453bf92d88b7ac0271b..becae368157e3ed48589312ebec893c9bee12049 100644 (file)
@@ -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
index 698d7dda80a94f4325835bd678f855d7632a03fb..e5117f1cce964b1bf87db65b06500acb17d07169 100644 (file)
@@ -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
index 8975cd954997d6db665b7e7049a316f82976fffb..71132e865d389940b60bf1d1726647715aa46188 100644 (file)
@@ -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 ])