From: Regina Obe Date: Sat, 5 Aug 2017 18:52:44 +0000 (+0000) Subject: flip version number back to 2.4.0dev X-Git-Tag: 2.4.0beta1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0eacc17ee9f3fcabc511dc5e0ef91195d76b97b;p=postgis flip version number back to 2.4.0dev git-svn-id: http://svn.osgeo.org/postgis/trunk@15534 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/Version.config b/Version.config index d4178c910..59dfdcb69 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=4 -POSTGIS_MICRO_VERSION=0alpha +POSTGIS_MICRO_VERSION=0dev # 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 9a63a71ca..1e9c7590c 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -27,7 +27,7 @@ UPGRADEABLE_VERSIONS = \ 2.3.1 \ 2.3.2 \ 2.3.3 \ - 2.4.0dev + 2.4.0alpha # This is to avoid forcing "check-installed-upgrades" as a default # rule, see https://trac.osgeo.org/postgis/ticket/3420