]> granicus.if.org Git - postgis/commitdiff
Bump forward versions
authorPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 18 Oct 2017 18:46:27 +0000 (18:46 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Wed, 18 Oct 2017 18:46:27 +0000 (18:46 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16013 b70326c6-7e19-0410-871a-916f4a2858ee

HOWTO_RELEASE
NEWS
README.postgis
Version.config
extensions/upgradeable_versions.mk

index 4b70517c1e72701ab662687830c10e979ef88c91..6c2d02ac723df9449fab5150baea380f71d947c2 100644 (file)
@@ -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 52838a2f25125b4a422b8ca3e3abf37b6b3b1f21..e28b40c39b7888205f1806984c4c7b94ba795380 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+PostGIS 2.4.2dev
+2017/xx/xx
+
+ * Bug fixes *
+
+
 PostGIS 2.4.1
 2017/10/18
 
index eeb18e7dc9d0090499c2f9e63206bf639432e1d4..5ad782205fd5a894a8f46986f5020aa241d88a25 100644 (file)
@@ -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
index 91cf3946db7f9643c38426deb00159ba0aaa9280..9482a40ec267389609e67ae987475c1d7620353c 100644 (file)
@@ -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
index cd03f2c584af217826a98e596032abbd28d801d6..1ddecfc26b9be0ccdbfb33590259afe9b3e8b701 100644 (file)
@@ -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