From: Paul Ramsey Date: Sun, 1 Apr 2012 20:16:22 +0000 (+0000) Subject: Version bumps for RC2 X-Git-Tag: 2.0.0rc2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4ec3dac7821963b13af1995cf0498df2a68fbb5;p=postgis Version bumps for RC2 git-svn-id: http://svn.osgeo.org/postgis/trunk@9586 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 728d85fe1..0a6adcaa2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ -PostGIS 2.0.0rc1 -2012/MM/DD +PostGIS 2.0.0rc2 +2012/04/01 * Testers our unsung heroes * We are most indebted to the numerous members in the PostGIS community who were brave enough to test out the new features in this release. diff --git a/README.postgis b/README.postgis index 0a382c51a..e20f10f05 100644 --- a/README.postgis +++ b/README.postgis @@ -1,8 +1,8 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.0.0rc1 -:Date: 2012-03-DD +:Version: 2.0.0rc2 +:Date: 2012-04-01 :Website: http://postgis.org This distribution contains a module which implements GIS simple features, ties diff --git a/Version.config b/Version.config index 3ac2f1217..daf8b8825 100644 --- a/Version.config +++ b/Version.config @@ -5,5 +5,5 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=0 -POSTGIS_MICRO_VERSION=0rc2SVN +POSTGIS_MICRO_VERSION=0rc3SVN diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 9f3623b88..6cbfaa995 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -9,4 +9,5 @@ UPGRADEABLE_VERSIONS = \ 2.0.0beta2 \ 2.0.0beta3 \ 2.0.0beta4 \ - 2.0.0rc1 + 2.0.0rc1 \ + 2.0.0rc2