[SCM] PostGIS branch master updated. 3.7.0rc1-53-g204c66827

git at osgeo.org git at osgeo.org
Tue Sep 8 12:11:02 PDT 2026


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  204c668278df12f699880e3e34a1c83fb5550b36 (commit)
       via  b775578758b96f4d76d9280da1d142145625078b (commit)
      from  fb915a6760c84984f86a671a306ee83fd38f413b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 204c668278df12f699880e3e34a1c83fb5550b36
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Sep 8 15:10:55 2026 -0400

    Flip back to dev

diff --git a/NEWS b/NEWS
index a1449f321..0620786c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.7.0rc2
-2026/09/08
+PostGIS 3.7.0
+2026/xx/xx
 
 This version requires GEOS 3.10+, PostgreSQL 14-19beta3, Proj 6.1+, and libgmp.
 To take advantage of all postgis extension features, GEOS 3.15+ is needed.
diff --git a/Version.config b/Version.config
index 21c93f4c9..2e5a68cb5 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=7
-POSTGIS_MICRO_VERSION=0rc2
+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 658a10fa3..c526cf325 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -131,4 +131,5 @@ UPGRADEABLE_VERSIONS = \
 	3.7.0alpha1 \
 	3.7.0beta1 \
 	3.7.0beta2 \
-	3.7.0rc1
+	3.7.0rc1 \
+	3.7.0rc2

commit b775578758b96f4d76d9280da1d142145625078b
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Sep 8 11:44:24 2026 -0400

    PostGIS 3.7.0rc2

diff --git a/NEWS b/NEWS
index 0620786c3..a1449f321 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.7.0
-2026/xx/xx
+PostGIS 3.7.0rc2
+2026/09/08
 
 This version requires GEOS 3.10+, PostgreSQL 14-19beta3, Proj 6.1+, and libgmp.
 To take advantage of all postgis extension features, GEOS 3.15+ is needed.
diff --git a/Version.config b/Version.config
index 2e5a68cb5..21c93f4c9 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=7
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0rc2
 
 # 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 c526cf325..658a10fa3 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -131,5 +131,4 @@ UPGRADEABLE_VERSIONS = \
 	3.7.0alpha1 \
 	3.7.0beta1 \
 	3.7.0beta2 \
-	3.7.0rc1 \
-	3.7.0rc2
+	3.7.0rc1

-----------------------------------------------------------------------

Summary of changes:


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list