From: Paul Ramsey Date: Tue, 23 Jun 2009 20:57:50 +0000 (+0000) Subject: Bump up to 1.5 in trunk X-Git-Tag: 1.5.0b1~636 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b252053b74b4c0bd60507634c06020482f2d4930;p=postgis Bump up to 1.5 in trunk git-svn-id: http://svn.osgeo.org/postgis/trunk@4195 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 6b5afbb65..edf87cd28 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +PostGIS 1.5.0 + + - things! + + PostGIS 1.4.0 2009/06/XX diff --git a/README.postgis b/README.postgis index e73296362..fdeeca1ff 100644 --- a/README.postgis +++ b/README.postgis @@ -1,7 +1,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -VERSION: 1.4.0 (TBC) +VERSION: 1.5.0 (TBC) MORE INFORMATION: http://postgis.refractions.net diff --git a/Version.config b/Version.config index dc22ce900..b3ad3b0f4 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=1 -POSTGIS_MINOR_VERSION=4 +POSTGIS_MINOR_VERSION=5 POSTGIS_MICRO_VERSION=0SVN