From 0914d00fa8ad3a36e5f8f869e2c8876df5cd57f6 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 14 Jan 2018 15:42:00 +0000 Subject: [PATCH] in prep for release Wednesday, flip back to dev, stamp expected date of release in news Add 2.3.6 upgrade path git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16294 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 2 +- Version.config | 2 +- extensions/upgradeable_versions.mk | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 26a099a47..f6bbfb67c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ PostGIS 2.4.3 -2018/01/xx +2018/01/17 * Bug fixes * - #3713, Support encodings that happen to output a '\' character diff --git a/Version.config b/Version.config index b2769b850..90f4fd7f4 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=4 -POSTGIS_MICRO_VERSION=3rc1 +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 b1a3ed69c..28c3bb31a 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -30,6 +30,7 @@ UPGRADEABLE_VERSIONS = \ 2.3.3 \ 2.3.4 \ 2.3.5 \ + 2.3.6 \ 2.4.0 \ 2.4.1 \ 2.4.2 -- 2.50.1