[postgis-tickets] r16007 - Push versions to dev

Paul Ramsey pramsey at cleverelephant.ca
Wed Oct 18 10:54:28 PDT 2017


Author: pramsey
Date: 2017-10-18 10:54:28 -0700 (Wed, 18 Oct 2017)
New Revision: 16007

Modified:
   branches/2.2/HOWTO_RELEASE
   branches/2.2/NEWS
   branches/2.2/README.postgis
   branches/2.2/Version.config
Log:
Push versions to dev


Modified: branches/2.2/HOWTO_RELEASE
===================================================================
--- branches/2.2/HOWTO_RELEASE	2017-10-18 17:44:06 UTC (rev 16006)
+++ branches/2.2/HOWTO_RELEASE	2017-10-18 17:54:28 UTC (rev 16007)
@@ -67,7 +67,7 @@
   in extensions/upgradeable_versions.mk
 - Commit all changes
 - Tag branch:  
-   $ base=http://svn.osgeo.org/postgis/
+   $ base=https://svn.osgeo.org/postgis/
    $ rev=2.2.x
    $ svn copy -m "Tagged release $rev" $base/branches/2.2 $base/tags/$rev
 - Run: sh make_dist.sh $rev (or use debbie for this)

Modified: branches/2.2/NEWS
===================================================================
--- branches/2.2/NEWS	2017-10-18 17:44:06 UTC (rev 16006)
+++ branches/2.2/NEWS	2017-10-18 17:54:28 UTC (rev 16007)
@@ -1,3 +1,10 @@
+PostGIS 2.2.7
+2018/xx/xx
+
+ * Bug Fixes *
+
+
+
 PostGIS 2.2.6
 2017/10/18
 

Modified: branches/2.2/README.postgis
===================================================================
--- branches/2.2/README.postgis	2017-10-18 17:44:06 UTC (rev 16006)
+++ branches/2.2/README.postgis	2017-10-18 17:54:28 UTC (rev 16007)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.2.6
-:Date: 2017-10-18
+:Version: 2.2.7
+:Date: 2018-xx-xx
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties

Modified: branches/2.2/Version.config
===================================================================
--- branches/2.2/Version.config	2017-10-18 17:44:06 UTC (rev 16006)
+++ branches/2.2/Version.config	2017-10-18 17:54:28 UTC (rev 16007)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=6
+POSTGIS_MICRO_VERSION=7dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION



More information about the postgis-tickets mailing list