[postgis-tickets] r17574 - Flip to 3.0.0alpha4dev
Regina Obe
lr at pcorp.us
Mon Jul 1 07:03:24 PDT 2019
Author: robe
Date: 2019-07-01 07:03:24 -0700 (Mon, 01 Jul 2019)
New Revision: 17574
Modified:
trunk/NEWS
trunk/Version.config
trunk/extensions/upgradeable_versions.mk
Log:
Flip to 3.0.0alpha4dev
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2019-07-01 14:00:37 UTC (rev 17573)
+++ trunk/NEWS 2019-07-01 14:03:24 UTC (rev 17574)
@@ -1,3 +1,7 @@
+PostGIS 3.0.0alpha4
+comming next
+
+
PostGIS 3.0.0alpha3
2019/07/01
For full changes and enhancements, refer to PostGIS 3.0.0.
Modified: trunk/Version.config
===================================================================
--- trunk/Version.config 2019-07-01 14:00:37 UTC (rev 17573)
+++ trunk/Version.config 2019-07-01 14:03:24 UTC (rev 17574)
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=0alpha3
+POSTGIS_MICRO_VERSION=0alpha4dev
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
Modified: trunk/extensions/upgradeable_versions.mk
===================================================================
--- trunk/extensions/upgradeable_versions.mk 2019-07-01 14:00:37 UTC (rev 17573)
+++ trunk/extensions/upgradeable_versions.mk 2019-07-01 14:03:24 UTC (rev 17574)
@@ -48,4 +48,5 @@
2.5.1 \
2.5.2 \
3.0.0alpha1 \
- 3.0.0alpha2
+ 3.0.0alpha2 \
+ 3.0.0alpha3
More information about the postgis-tickets
mailing list