[SCM] PostGIS branch master updated. 3.5.0beta1-1-g3534cd740
git at osgeo.org
git at osgeo.org
Mon Sep 16 11:12:03 PDT 2024
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 3534cd74058905c9fea41fd8479a82ec4a28092a (commit)
from 880fca31f541369d246400f9d9268a793c7466dd (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 3534cd74058905c9fea41fd8479a82ec4a28092a
Author: Regina Obe <lr at pcorp.us>
Date: Mon Sep 16 14:10:57 2024 -0400
Flip back to dev mode
diff --git a/NEWS b/NEWS
index 0b05976b2..c9ba47e04 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.5.0beta1
-2024/09/16
+PostGIS 3.5.0rc1
+2024/xx/xx
To take advantage of all postgis_sfcgal extension features SFCGAL 1.5+ is needed.
PostgreSQL 12-17 required. GEOS 3.8+ required. Proj 6.1+ required.
diff --git a/Version.config b/Version.config
index 7b2edca7c..452e112b0 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-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 081568903..401ff5e0e 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -106,4 +106,4 @@ UPGRADEABLE_VERSIONS = \
3.4.3 \
3.4.4dev \
3.5.0alpha2 \
- 3.5.0dev
+ 3.5.0beta1
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++--
Version.config | 2 +-
extensions/upgradeable_versions.mk | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list