[postgis-tickets] r16013 - Bump forward versions

Paul Ramsey pramsey at cleverelephant.ca
Wed Oct 18 11:46:28 PDT 2017


Author: pramsey
Date: 2017-10-18 11:46:27 -0700 (Wed, 18 Oct 2017)
New Revision: 16013

Modified:
   branches/2.4/HOWTO_RELEASE
   branches/2.4/NEWS
   branches/2.4/README.postgis
   branches/2.4/Version.config
   branches/2.4/extensions/upgradeable_versions.mk
Log:
Bump forward versions


Modified: branches/2.4/HOWTO_RELEASE
===================================================================
--- branches/2.4/HOWTO_RELEASE	2017-10-18 18:34:49 UTC (rev 16012)
+++ branches/2.4/HOWTO_RELEASE	2017-10-18 18:46:27 UTC (rev 16013)
@@ -82,9 +82,9 @@
 	   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)

Modified: branches/2.4/NEWS
===================================================================
--- branches/2.4/NEWS	2017-10-18 18:34:49 UTC (rev 16012)
+++ branches/2.4/NEWS	2017-10-18 18:46:27 UTC (rev 16013)
@@ -1,3 +1,9 @@
+PostGIS 2.4.2dev
+2017/xx/xx
+
+ * Bug fixes *
+
+
 PostGIS 2.4.1
 2017/10/18
 

Modified: branches/2.4/README.postgis
===================================================================
--- branches/2.4/README.postgis	2017-10-18 18:34:49 UTC (rev 16012)
+++ branches/2.4/README.postgis	2017-10-18 18:46:27 UTC (rev 16013)
@@ -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

Modified: branches/2.4/Version.config
===================================================================
--- branches/2.4/Version.config	2017-10-18 18:34:49 UTC (rev 16012)
+++ branches/2.4/Version.config	2017-10-18 18:46:27 UTC (rev 16013)
@@ -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

Modified: branches/2.4/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.4/extensions/upgradeable_versions.mk	2017-10-18 18:34:49 UTC (rev 16012)
+++ branches/2.4/extensions/upgradeable_versions.mk	2017-10-18 18:46:27 UTC (rev 16013)
@@ -31,4 +31,6 @@
 	2.4.0rc2 \
 	2.4.0rc3 \
 	2.4.0dev \
-	2.4.0
+	2.4.0 \
+    2.4.1dev \
+    2.4.1



More information about the postgis-tickets mailing list