From: Regina Obe Date: Tue, 6 Sep 2016 06:36:28 +0000 (+0000) Subject: Bump trunk to rc1dev X-Git-Tag: 2.3.0rc1~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=433fd095e18b924b390831e707175cd7ea26b34e;p=postgis Bump trunk to rc1dev git-svn-id: http://svn.osgeo.org/postgis/trunk@15064 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Version.config b/Version.config index c58a33ddc..27feb26f1 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=3 -POSTGIS_MICRO_VERSION=0beta1 +POSTGIS_MICRO_VERSION=0rc1dev # 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 e10616dcc..1c4e15fc7 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -20,7 +20,8 @@ UPGRADEABLE_VERSIONS = \ 2.2.0 \ 2.2.1 \ 2.2.2 \ - 2.3.0dev + 2.3.0dev \ + 2.3.0beta1 # This is to avoid forcing "check-installed-upgrades" as a default # rule, see https://trac.osgeo.org/postgis/ticket/3420