[postgis-tickets] r17338 - Flip to 2.3.10dev, also flip winnie to use latest stable GEOS
Regina Obe
lr at pcorp.us
Mon Mar 11 01:05:00 PDT 2019
Author: robe
Date: 2019-03-11 13:05:00 -0700 (Mon, 11 Mar 2019)
New Revision: 17338
Modified:
branches/2.3/Version.config
branches/2.3/ci/winnie/build_postgis.sh
branches/2.3/ci/winnie/package_postgis.sh
branches/2.3/ci/winnie/regress_postgis.sh
branches/2.3/extensions/upgradeable_versions.mk
Log:
Flip to 2.3.10dev, also flip winnie to use latest stable GEOS
Modified: branches/2.3/Version.config
===================================================================
--- branches/2.3/Version.config 2019-03-11 20:01:33 UTC (rev 17337)
+++ branches/2.3/Version.config 2019-03-11 20:05:00 UTC (rev 17338)
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=9
+POSTGIS_MICRO_VERSION=10dev
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
Modified: branches/2.3/ci/winnie/build_postgis.sh
===================================================================
--- branches/2.3/ci/winnie/build_postgis.sh 2019-03-11 20:01:33 UTC (rev 17337)
+++ branches/2.3/ci/winnie/build_postgis.sh 2019-03-11 20:05:00 UTC (rev 17338)
@@ -13,7 +13,7 @@
#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.6.2
+export GEOS_VER=3.7.1
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: branches/2.3/ci/winnie/package_postgis.sh
===================================================================
--- branches/2.3/ci/winnie/package_postgis.sh 2019-03-11 20:01:33 UTC (rev 17337)
+++ branches/2.3/ci/winnie/package_postgis.sh 2019-03-11 20:05:00 UTC (rev 17338)
@@ -13,7 +13,7 @@
#export GCC_TYPE=
export SFCGAL_VER=1.3.2
-export GEOS_VER=3.6.2
+export GEOS_VER=3.7.1
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: branches/2.3/ci/winnie/regress_postgis.sh
===================================================================
--- branches/2.3/ci/winnie/regress_postgis.sh 2019-03-11 20:01:33 UTC (rev 17337)
+++ branches/2.3/ci/winnie/regress_postgis.sh 2019-03-11 20:05:00 UTC (rev 17338)
@@ -1,7 +1,7 @@
#!/bin/bash
set -e
export SFCGAL_VER=1.3.2
-export GEOS_VER=3.6.2
+export GEOS_VER=3.7.1
export GDAL_VER=2.2.4
export PROJ_VER=4.9.3
export SFCGAL_VER=1.3.2
Modified: branches/2.3/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.3/extensions/upgradeable_versions.mk 2019-03-11 20:01:33 UTC (rev 17337)
+++ branches/2.3/extensions/upgradeable_versions.mk 2019-03-11 20:05:00 UTC (rev 17338)
@@ -35,7 +35,7 @@
2.3.6 \
2.3.7 \
2.3.8 \
- 2.3.9dev
+ 2.3.9
# This is to avoid forcing "check-installed-upgrades" as a default
# rule, see https://trac.osgeo.org/postgis/ticket/3420
More information about the postgis-tickets
mailing list