[SCM] PostGIS branch master updated. 3.7.0beta1-289-g6e55c6233a

git at osgeo.org git at osgeo.org
Sun Aug 9 20:55:47 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  6e55c6233aee3274868e3f27b75829aea15de2a9 (commit)
      from  a9fc28c341713aa70bfd43ad1200d9fdd4559400 (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 6e55c6233aee3274868e3f27b75829aea15de2a9
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Aug 9 23:55:36 2026 -0400

    Prep for PostGIS 3.7.0beta2 release

diff --git a/NEWS b/NEWS
index 69e2923566..630bce70f1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.7.0beta2
-2026/08/0x
+2026/08/09
 This version requires GEOS 3.10+, PostgreSQL 14-19beta2, Proj 6.1+, libgmp.
 To take advantage of all features postgis extension features, GEOS 3.15+ is needed.
 To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed.
diff --git a/Version.config b/Version.config
index 2e5a68cb5e..aae23f9686 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=0beta2
 
 # 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 e3ed8b7e0b..6458de6ce0 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -129,4 +129,5 @@ UPGRADEABLE_VERSIONS = \
 	3.6.3 \
 	3.6.4 \
 	3.7.0alpha1 \
-	3.7.0beta1
+	3.7.0beta1 \
+	3.7.0dev

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

Summary of changes:
 NEWS                               | 2 +-
 Version.config                     | 2 +-
 extensions/upgradeable_versions.mk | 3 ++-
 3 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list