From: Regina Obe Date: Sun, 2 Jun 2019 02:35:12 +0000 (+0000) Subject: Flig to 3.0.0alpha3dev X-Git-Tag: 3.0.0alpha3~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14d737386c7411835473e2813fdd34eb5821545d;p=postgis Flig to 3.0.0alpha3dev git-svn-id: http://svn.osgeo.org/postgis/trunk@17459 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index d34bc97c9..d4f186f2d 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ +PostGIS 3.0.0alpha3 +2019/xx/xx +Coming soon + PostGIS 3.0.0alpha2 2019/06/02 - For full changes and enhancements, refer to PostGIS 3.0.0 section. This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+ Additional features enabled if you are running Proj6+ and PostgreSQL 12 diff --git a/Version.config b/Version.config index 8f803c254..b63901223 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=3 POSTGIS_MINOR_VERSION=0 -POSTGIS_MICRO_VERSION=0alpha2 +POSTGIS_MICRO_VERSION=0alpha3dev # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev) # when changing POSTGIS_MINOR_VERSION diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 448d4be82..62fb0fbf3 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -47,4 +47,5 @@ UPGRADEABLE_VERSIONS = \ 2.5.0 \ 2.5.1 \ 2.5.2 \ - 3.0.0alpha1 + 3.0.0alpha1 \ + 3.0.0alpha2