[postgis-tickets] [SCM] PostGIS branch master updated. 3.4.0beta2-1-g6c7661430
git at osgeo.org
git at osgeo.org
Sat Jul 29 06:09:51 PDT 2023
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 6c7661430ebcce4521b23bd97b0a0d2be5ea027d (commit)
from b5498c027fee3676c901b601cd81efaacebf0e48 (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 6c7661430ebcce4521b23bd97b0a0d2be5ea027d
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jul 29 09:09:44 2023 -0400
Flip back to dev milestone
diff --git a/NEWS b/NEWS
index d0ac3e520..78ae6e686 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
-PostGIS 3.4.0beta2
+PostGIS 3.4.0rc1
2023/xx/xx
+PostGIS 3.4.0beta2
+2023/07/29
+
Changes since 3.4.0beta1 release
* Bug Fixes *
diff --git a/Version.config b/Version.config
index 8f6923797..1908410bd 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=0beta2
+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 7cd3dadca..3dda1e5ca 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -91,4 +91,4 @@ UPGRADEABLE_VERSIONS = \
3.3.3 \
3.3.4 \
3.4.0beta1 \
- 3.4.0dev
+ 3.4.0beta2
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 ++++-
Version.config | 2 +-
extensions/upgradeable_versions.mk | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list