From: Paul Ramsey Date: Thu, 4 Feb 2010 17:43:47 +0000 (+0000) Subject: Push version numbers on trunk forward to next release. X-Git-Tag: 2.0.0alpha1~3278 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67ee851c7979705471c22318bfabd89ac744d977;p=postgis Push version numbers on trunk forward to next release. git-svn-id: http://svn.osgeo.org/postgis/trunk@5202 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 3ea21d658..11c3604f5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +PostGIS 2.0.0 +YYYY/MM/DD + + * Important Changes * + * New Features * + PostGIS 1.5.0 2010/02/04 diff --git a/README.postgis b/README.postgis index 629788776..de95046e6 100644 --- a/README.postgis +++ b/README.postgis @@ -1,7 +1,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -VERSION: 1.5.0 (2010/02/04) +VERSION: 2.0.0 (YYYY/MM/DD) MORE INFORMATION: http://postgis.refractions.net diff --git a/Version.config b/Version.config index b3ad3b0f4..667127d80 100644 --- a/Version.config +++ b/Version.config @@ -3,7 +3,7 @@ # See HOWTO_RELEASE file in SVN for definitions of those three. -POSTGIS_MAJOR_VERSION=1 -POSTGIS_MINOR_VERSION=5 +POSTGIS_MAJOR_VERSION=2 +POSTGIS_MINOR_VERSION=0 POSTGIS_MICRO_VERSION=0SVN