# HG changeset patch # User jbe # Date 1606753532 -3600 # Node ID 76b3fd3293fc04afa9423edd297aa54f2421459b # Parent b5bc6b35b7163280c22208f0015ab62cce23872b Updated README to fit new version number diff -r b5bc6b35b716 -r 76b3fd3293fc README.html --- a/README.html Sun Nov 29 19:55:33 2020 +0100 +++ b/README.html Mon Nov 30 17:25:32 2020 +0100 @@ -1,5 +1,5 @@ -pgLatLon v0.14 documentation -

pgLatLon v0.14 documentation

+pgLatLon v0.15 documentation +

pgLatLon v0.15 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-v0009.so latlon-v0009.c
-cp latlon-v0009.so `pg_config --pkglibdir`
+
cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0010.so latlon-v0010.c
+cp latlon-v0010.so `pg_config --pkglibdir`
 cp latlon.control `pg_config --sharedir`/extension/
 cp latlon--*.sql `pg_config --sharedir`/extension/
 
diff -r b5bc6b35b716 -r 76b3fd3293fc README.mkd --- a/README.mkd Sun Nov 29 19:55:33 2020 +0100 +++ b/README.mkd Mon Nov 30 17:25:32 2020 +0100 @@ -1,4 +1,4 @@ -pgLatLon v0.14 documentation +pgLatLon v0.15 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-v0009.so latlon-v0009.c - cp latlon-v0009.so `pg_config --pkglibdir` + cc -Wall -O2 -fPIC -shared -I `pg_config --includedir-server` -o latlon-v0010.so latlon-v0010.c + cp latlon-v0010.so `pg_config --pkglibdir` cp latlon.control `pg_config --sharedir`/extension/ cp latlon--*.sql `pg_config --sharedir`/extension/