pgLatLon

diff README.mkd @ 74:76b3fd3293fc

Updated README to fit new version number
author jbe
date Mon Nov 30 17:25:32 2020 +0100 (2020-11-30)
parents ce0963692318
children
line diff
     1.1 --- a/README.mkd	Sun Nov 29 19:55:33 2020 +0100
     1.2 +++ b/README.mkd	Mon Nov 30 17:25:32 2020 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -pgLatLon v0.14 documentation
     1.5 +pgLatLon v0.15 documentation
     1.6  ============================
     1.7  
     1.8  pgLatLon is a spatial database extension for the PostgreSQL object-relational
     1.9 @@ -39,8 +39,8 @@
    1.10  It is also possible to compile and install the extension without GNU Make as
    1.11  follows:
    1.12  
    1.13 -    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0009.so latlon-v0009.c
    1.14 -    cp latlon-v0009.so `pg_config --pkglibdir`
    1.15 +    cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0010.so latlon-v0010.c
    1.16 +    cp latlon-v0010.so `pg_config --pkglibdir`
    1.17      cp latlon.control `pg_config --sharedir`/extension/
    1.18      cp latlon--*.sql `pg_config --sharedir`/extension/
    1.19  

Impressum / About Us