From: Paul Ramsey Date: Wed, 7 Oct 2015 18:59:49 +0000 (+0000) Subject: Bump versions on trunk X-Git-Tag: 2.3.0beta1~442 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b3db780d4ba9462a78c0a7dedca73fb85018337;p=postgis Bump versions on trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@14210 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 6760a6af9..2dd1dfc3a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,11 @@ +PostGIS 2.3.0 +2015/XX/XX + + * Important / Breaking Changes * + * Deprecated signatures * + * New Features * + + PostGIS 2.2.0 2015/10/07 diff --git a/README.postgis b/README.postgis index 06bd8e47e..5f7ccc484 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.2.0 -:Date: 2014-10-07 +:Version: 2.3.0 +:Date: 2016-XX-XX :Website: http://postgis.net This distribution contains a module which implements GIS simple features, ties diff --git a/Version.config b/Version.config index 1deef9411..cdbb1c8fd 100644 --- a/Version.config +++ b/Version.config @@ -4,6 +4,6 @@ # See HOWTO_RELEASE file in SVN for definitions of those three. POSTGIS_MAJOR_VERSION=2 -POSTGIS_MINOR_VERSION=2 -POSTGIS_MICRO_VERSION=0 +POSTGIS_MINOR_VERSION=3 +POSTGIS_MICRO_VERSION=0dev diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index cb0fe0dbf..b03500855 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -17,4 +17,4 @@ UPGRADEABLE_VERSIONS = \ 2.1.7 \ 2.1.8 \ 2.1.9 \ - 2.2.0rc1 + 2.2.0