# HG changeset patch # User jbe # Date 1474876902 -7200 # Node ID 604f7bbc7f9c9d59968f069658c0641b91054e34 # Parent 6bac42a3a89b5ea130e777f8657a5a11b8d61cb8 Updated README to version 0.7 diff -r 6bac42a3a89b -r 604f7bbc7f9c README.html --- a/README.html Mon Sep 26 09:58:22 2016 +0200 +++ b/README.html Mon Sep 26 10:01:42 2016 +0200 @@ -1,5 +1,5 @@ -pgLatLon v0.6 documentation -

pgLatLon v0.6 documentation

+pgLatLon v0.7 documentation +

pgLatLon v0.7 documentation

pgLatLon is a spatial database extension for the PostgreSQL object-relational database management system providing geographic data types and spatial indexing @@ -40,8 +40,8 @@

It is also possible to compile and install the extension without GNU Make as follows:

-
cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0006.so latlon-v0006.c
-cp latlon-v0006.so `pg_config --pkglibdir`
+
cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0007.so latlon-v0007.c
+cp latlon-v0007.so `pg_config --pkglibdir`
 cp latlon.control `pg_config --sharedir`/extension/
 cp latlon--*.sql `pg_config --sharedir`/extension/
 
diff -r 6bac42a3a89b -r 604f7bbc7f9c README.mkd --- a/README.mkd Mon Sep 26 09:58:22 2016 +0200 +++ b/README.mkd Mon Sep 26 10:01:42 2016 +0200 @@ -1,4 +1,4 @@ -pgLatLon v0.6 documentation +pgLatLon v0.7 documentation =========================== pgLatLon is a spatial database extension for the PostgreSQL object-relational @@ -39,8 +39,8 @@ It is also possible to compile and install the extension without GNU Make as follows: - cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0006.so latlon-v0006.c - cp latlon-v0006.so `pg_config --pkglibdir` + cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0007.so latlon-v0007.c + cp latlon-v0007.so `pg_config --pkglibdir` cp latlon.control `pg_config --sharedir`/extension/ cp latlon--*.sql `pg_config --sharedir`/extension/