# HG changeset patch # User jbe # Date 1474579957 -7200 # Node ID a7ba8335e541823157214780b3511c2af80bbabd # Parent f0c2535a846551b81e2f4b53e54a29e78e8b5b6c Updated README to version 0.6 diff -r f0c2535a8465 -r a7ba8335e541 README.html --- a/README.html Thu Sep 22 23:31:29 2016 +0200 +++ b/README.html Thu Sep 22 23:32:37 2016 +0200 @@ -1,5 +1,5 @@ -pgLatLon v0.5 documentation -

pgLatLon v0.5 documentation

+pgLatLon v0.6 documentation +

pgLatLon v0.6 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-v0005.so latlon-v0005.c
-cp latlon-v0005.so `pg_config --pkglibdir`
+
cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0006.so latlon-v0006.c
+cp latlon-v0006.so `pg_config --pkglibdir`
 cp latlon.control `pg_config --sharedir`/extension/
 cp latlon--*.sql `pg_config --sharedir`/extension/
 
diff -r f0c2535a8465 -r a7ba8335e541 README.mkd --- a/README.mkd Thu Sep 22 23:31:29 2016 +0200 +++ b/README.mkd Thu Sep 22 23:32:37 2016 +0200 @@ -1,4 +1,4 @@ -pgLatLon v0.5 documentation +pgLatLon v0.6 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-v0005.so latlon-v0005.c - cp latlon-v0005.so `pg_config --pkglibdir` + cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0006.so latlon-v0006.c + cp latlon-v0006.so `pg_config --pkglibdir` cp latlon.control `pg_config --sharedir`/extension/ cp latlon--*.sql `pg_config --sharedir`/extension/