[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0alpha1-55-g992819f6a

git at osgeo.org git at osgeo.org
Sat Oct 23 18:27:55 PDT 2021


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  992819f6ac489a1c467a5c8855f07a376d225cc0 (commit)
      from  6c4b273fc235336ff24ea81eff776b6bcc1ba578 (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 992819f6ac489a1c467a5c8855f07a376d225cc0
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Oct 23 21:27:09 2021 -0400

    Add dev suffix version to allow upgrade from 3.2.0dev

diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index b040a45db..be0d1be90 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -67,4 +67,5 @@ UPGRADEABLE_VERSIONS = \
 	3.1.3 \
 	3.1.4 \
 	3.1.5dev \
-	3.2.0alpha1
+	3.2.0alpha1 \
+	3.2.0dev

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

Summary of changes:
 extensions/upgradeable_versions.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list