From: Sandro Santilli Date: Wed, 30 Mar 2005 17:03:56 +0000 (+0000) Subject: Scripts version set to 0.3.0 (minor increment as a scripts override won't X-Git-Tag: pgis_1_0_0RC6~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=846ea19bbfc746e5293e7a4e469ddad323930304;p=postgis Scripts version set to 0.3.0 (minor increment as a scripts override won't suffice to get rid of dropped box2d funx). Set release date and other versions to RC6 git-svn-id: http://svn.osgeo.org/postgis/trunk@1586 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/CHANGES b/CHANGES index 6f5fb75ec..b5d359275 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,5 @@ PostGIS 1.0.0RC6 -?????? +2005/03/30 - BUGFIX dumper 64bit - BUGFIX in multi() - BUGFIX in postgis_restore.pl script diff --git a/Version.config b/Version.config index 2cbf7bbae..3a9a800ac 100644 --- a/Version.config +++ b/Version.config @@ -4,12 +4,12 @@ # shared library version SO_MAJOR_VERSION=1 SO_MINOR_VERSION=0 -SO_MICRO_VERSION=0RC5 +SO_MICRO_VERSION=0RC6 # sql scripts version -SCRIPTS_VERSION=0.2.2 +SCRIPTS_VERSION=0.3.0 # JDBC code version JDBC_MAJOR_VERSION=1 JDBC_MINOR_VERSION=0 -JDBC_MICRO_VERSION=0RC5 +JDBC_MICRO_VERSION=0RC6 diff --git a/doc/postgis.xml b/doc/postgis.xml index 8b5c64414..9679bf7f5 100644 --- a/doc/postgis.xml +++ b/doc/postgis.xml @@ -4580,7 +4580,7 @@ FROM geometry_table; Release 1.0.0RC6 - Release date: ??? + Release date: 2005/03/30 Sixth release candidate for 1.0.0. Contains a few bug fixes and cleanups.