From: Regina Obe Date: Sun, 11 Aug 2019 06:24:50 +0000 (+0000) Subject: flip to 3.0.0alpha5dev X-Git-Tag: 3.0.0beta1~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=09447c38aec00bc390aef3b5237c383a14ae995a;p=postgis flip to 3.0.0alpha5dev git-svn-id: http://svn.osgeo.org/postgis/trunk@17703 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Version.config b/Version.config index d4ec6e513..093bee233 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=3 POSTGIS_MINOR_VERSION=0 -POSTGIS_MICRO_VERSION=0alpha4 +POSTGIS_MICRO_VERSION=0alpha5dev # 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 88d4386dc..4a2e2edcc 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -52,4 +52,5 @@ UPGRADEABLE_VERSIONS = \ 2.5.3 \ 3.0.0alpha1 \ 3.0.0alpha2 \ - 3.0.0alpha3 + 3.0.0alpha3 \ + 3.0.0alpha4