From: Paul Ramsey Date: Wed, 18 Oct 2017 18:46:27 +0000 (+0000) Subject: Bump forward versions X-Git-Tag: 2.4.2~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4fb0212eb3f0083bc90b0e21e79c95a0635399e;p=postgis Bump forward versions git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16013 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 4b70517c1..6c2d02ac7 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -82,9 +82,9 @@ Release procedure Go to: ​https://trac.osgeo.org/postgis/ edit the matrix to reflect new branch - Tag branch: (replace x.x and x.x.x with minor and micro version e.g 2.3, 2.3.1 - $ base=http://svn.osgeo.org/postgis/ - $ brev=x.x - $ rev=x.x.x + $ base=https://svn.osgeo.org/postgis + $ brev=2.4 + $ rev=2.4.x $ svn copy -m "Tagged release $rev" $base/branches/$brev $base/tags/$rev - Run: sh make_dist.sh $rev (or use debbie for this) - Build and test generated tarball (including extension upgrade) diff --git a/NEWS b/NEWS index 52838a2f2..e28b40c39 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +PostGIS 2.4.2dev +2017/xx/xx + + * Bug fixes * + + PostGIS 2.4.1 2017/10/18 diff --git a/README.postgis b/README.postgis index eeb18e7dc..5ad782205 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.4.1 -:Date: 2017-10-18 +:Version: 2.4.2dev +:Date: 2017-xx-xx :Website: http://postgis.net This distribution contains a module which implements GIS simple features, ties diff --git a/Version.config b/Version.config index 91cf3946d..9482a40ec 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=4 -POSTGIS_MICRO_VERSION=1 +POSTGIS_MICRO_VERSION=2dev # 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 cd03f2c58..1ddecfc26 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -31,4 +31,6 @@ UPGRADEABLE_VERSIONS = \ 2.4.0rc2 \ 2.4.0rc3 \ 2.4.0dev \ - 2.4.0 + 2.4.0 \ + 2.4.1dev \ + 2.4.1