[SCM] PostGIS branch master updated. 3.6.0beta1-11-g579499356

git at osgeo.org git at osgeo.org
Sun Jul 27 22:56:16 PDT 2025


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  579499356f8cc6f899b86a8fa0b9addd902ba897 (commit)
      from  e0e19372b7aa15f0d0e1c68de1e33206d7548621 (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 579499356f8cc6f899b86a8fa0b9addd902ba897
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jul 28 01:56:09 2025 -0400

    Flip back to 3.6.0dev mode

diff --git a/Version.config b/Version.config
index fadb7a384..cf6d63e9f 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=0beta1
+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 d6abf266f..e2734a44b 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -112,4 +112,5 @@ UPGRADEABLE_VERSIONS = \
 	3.5.1 \
 	3.5.2 \
 	3.5.3 \
-	3.6.0alpha1
+	3.6.0alpha1 \
+	3.6.0beta1

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list