[postgis-tickets] [SCM] PostGIS branch stable-3.0 updated. 3.0.1-1-g7c84b2c
git at osgeo.org
git at osgeo.org
Sat Feb 22 14:46:18 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, stable-3.0 has been updated
via 7c84b2c0e352fae697c916f54f9e39395829a5fc (commit)
from ec2a9aa1ec9023f4211cc41db53d9c0fc1749309 (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 7c84b2c0e352fae697c916f54f9e39395829a5fc
Author: Darafei Praliaskouski <me at komzpa.net>
Date: Sun Feb 23 01:46:07 2020 +0300
Flip to 3.0.2dev
diff --git a/NEWS b/NEWS
index ef0cdaa..e386ded 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+PostGIS 3.0.2
+2020/XX/XX
+
+* Bug Fixes and Enhancements *
+
+
+
PostGIS 3.0.1
2020/02/20
diff --git a/Version.config b/Version.config
index 7ee4060..f7dd615 100644
--- a/Version.config
+++ b/Version.config
@@ -1,11 +1,11 @@
# Version numbering central repository, to be included from various
# places during the build process
-# See HOWTO_RELEASE file in SVN for definitions of those three.
+# See HOWTO_RELEASE file for definitions of those three.
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=1
+POSTGIS_MICRO_VERSION=2dev
# 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 7910a0f..c9f7244 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -58,4 +58,4 @@ UPGRADEABLE_VERSIONS = \
3.0.0rc1 \
3.0.0rc2 \
3.0.0 \
- 3.0.1dev
+ 3.0.1
-----------------------------------------------------------------------
Summary of changes:
NEWS | 7 +++++++
Version.config | 4 ++--
extensions/upgradeable_versions.mk | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list