summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJustin Bronn <jbronn@gmail.com>2010-10-11 22:24:59 +0000
committerJustin Bronn <jbronn@gmail.com>2010-10-11 22:24:59 +0000
commitcc1a41f3de96713956215e6ba691d3f33f7716b3 (patch)
tree25c1f1cd69b39cc5565f438c1c8015bb5cc7ec3c /docs
parentd2724d883e1913f34f473c6567675fb1d0f26663 (diff)
[1.2.X] Updated version of PostGIS in GeoDjango install docs.
Backport of r14150 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.2.X@14156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs')
-rw-r--r--docs/ref/contrib/gis/install.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/ref/contrib/gis/install.txt b/docs/ref/contrib/gis/install.txt
index 90191dcec6..a62e6aaf80 100644
--- a/docs/ref/contrib/gis/install.txt
+++ b/docs/ref/contrib/gis/install.txt
@@ -240,9 +240,9 @@ installed prior to building PostGIS.
First download the source archive, and extract::
- $ wget http://postgis.refractions.net/download/postgis-1.5.1.tar.gz
- $ tar xzf postgis-1.5.1.tar.gz
- $ cd postgis-1.5.1
+ $ wget http://postgis.refractions.net/download/postgis-1.5.2.tar.gz
+ $ tar xzf postgis-1.5.2.tar.gz
+ $ cd postgis-1.5.2
Next, configure, make and install PostGIS::