pgLatLon

changeset 27:a7ba8335e541 v0.6

Updated README to version 0.6
author jbe
date Thu Sep 22 23:32:37 2016 +0200 (2016-09-22)
parents f0c2535a8465
children 2c963e07c9b7
files README.html README.mkd
line diff
     1.1 --- a/README.html	Thu Sep 22 23:31:29 2016 +0200
     1.2 +++ b/README.html	Thu Sep 22 23:32:37 2016 +0200
     1.3 @@ -1,5 +1,5 @@
     1.4 -<html><head><title>pgLatLon v0.5 documentation</title></head><body>
     1.5 -<h1>pgLatLon v0.5 documentation</h1>
     1.6 +<html><head><title>pgLatLon v0.6 documentation</title></head><body>
     1.7 +<h1>pgLatLon v0.6 documentation</h1>
     1.8  
     1.9  <p>pgLatLon is a spatial database extension for the PostgreSQL object-relational
    1.10  database management system providing geographic data types and spatial indexing
    1.11 @@ -40,8 +40,8 @@
    1.12  <p>It is also possible to compile and install the extension without GNU Make as
    1.13  follows:</p>
    1.14  
    1.15 -<pre><code>cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0005.so latlon-v0005.c
    1.16 -cp latlon-v0005.so `pg_config --pkglibdir`
    1.17 +<pre><code>cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0006.so latlon-v0006.c
    1.18 +cp latlon-v0006.so `pg_config --pkglibdir`
    1.19  cp latlon.control `pg_config --sharedir`/extension/
    1.20  cp latlon--*.sql `pg_config --sharedir`/extension/
    1.21  </code></pre>
     2.1 --- a/README.mkd	Thu Sep 22 23:31:29 2016 +0200
     2.2 +++ b/README.mkd	Thu Sep 22 23:32:37 2016 +0200
     2.3 @@ -1,4 +1,4 @@
     2.4 -pgLatLon v0.5 documentation
     2.5 +pgLatLon v0.6 documentation
     2.6  ===========================
     2.7  
     2.8  pgLatLon is a spatial database extension for the PostgreSQL object-relational
     2.9 @@ -39,8 +39,8 @@
    2.10  It is also possible to compile and install the extension without GNU Make as
    2.11  follows:
    2.12  
    2.13 -    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0005.so latlon-v0005.c
    2.14 -    cp latlon-v0005.so `pg_config --pkglibdir`
    2.15 +    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0006.so latlon-v0006.c
    2.16 +    cp latlon-v0006.so `pg_config --pkglibdir`
    2.17      cp latlon.control `pg_config --sharedir`/extension/
    2.18      cp latlon--*.sql `pg_config --sharedir`/extension/
    2.19  

Impressum / About Us