[postgis-tickets] r17984 - Flip to 3.0.1dev

Regina Obe lr at pcorp.us
Sat Oct 19 07:14:20 PDT 2019


Author: robe
Date: 2019-10-19 19:14:19 -0700 (Sat, 19 Oct 2019)
New Revision: 17984

Modified:
   branches/3.0/Version.config
   branches/3.0/extensions/upgradeable_versions.mk
Log:
Flip to 3.0.1dev

Modified: branches/3.0/Version.config
===================================================================
--- branches/3.0/Version.config	2019-10-20 02:12:56 UTC (rev 17983)
+++ branches/3.0/Version.config	2019-10-20 02:14:19 UTC (rev 17984)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=0
+POSTGIS_MICRO_VERSION=1dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION

Modified: branches/3.0/extensions/upgradeable_versions.mk
===================================================================
--- branches/3.0/extensions/upgradeable_versions.mk	2019-10-20 02:12:56 UTC (rev 17983)
+++ branches/3.0/extensions/upgradeable_versions.mk	2019-10-20 02:14:19 UTC (rev 17984)
@@ -56,4 +56,5 @@
 	3.0.0alpha4 \
 	3.0.0beta1 \
 	3.0.0rc1 \
-	3.0.0rc2
+	3.0.0rc2 \
+	3.0.0



More information about the postgis-tickets mailing list