[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.2-1-gc089c28
git at osgeo.org
git at osgeo.org
Sat Aug 15 13:05:02 PDT 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, stable-3.0 has been updated
via c089c28a88df66aecbd78590f14702fac65044b3 (commit)
from 2fb2a18c26e069f7c2edb34d32ed8c5e5165932d (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 c089c28a88df66aecbd78590f14702fac65044b3
Author: Regina Obe <lr at pcorp.us>
Date: Sat Aug 15 16:04:58 2020 -0400
Flip to 3.0.3dev
diff --git a/Version.config b/Version.config
index dd0c26d..8062c86 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=2
+POSTGIS_MICRO_VERSION=3dev
# 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 bf80d3a..011ee6e 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -55,4 +55,5 @@ UPGRADEABLE_VERSIONS = \
2.5.4 \
2.5.5 \
3.0.0 \
- 3.0.1
+ 3.0.1 \
+ 3.0.2
-----------------------------------------------------------------------
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