[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha3-1-g7d5dd63
git at osgeo.org
git at osgeo.org
Thu Nov 19 13:12:15 PST 2020
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 7d5dd6338cae8633acf4b202b7872130fa614132 (commit)
from b2221ee486f6f4db9ec95afb0540643c677aeb32 (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 7d5dd6338cae8633acf4b202b7872130fa614132
Author: Regina Obe <lr at pcorp.us>
Date: Thu Nov 19 16:12:11 2020 -0500
Flip back to 3.1.0dev mode
diff --git a/Version.config b/Version.config
index 26ada6e..e618043 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=1
-POSTGIS_MICRO_VERSION=0alpha3
+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 9e25ec5..94e38ef 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -58,4 +58,5 @@ UPGRADEABLE_VERSIONS = \
3.0.2 \
3.0.3 \
3.1.0alpha1 \
- 3.1.0alpha2
+ 3.1.0alpha2 \
+ 3.1.0alpha3
-----------------------------------------------------------------------
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