aboutsummaryrefslogtreecommitdiff
path: root/jniwrap
diff options
context:
space:
mode:
authorMartin Desruisseaux <martin.desruisseaux@geomatys.com>2018-05-12 17:18:10 +0200
committerMartin Desruisseaux <martin.desruisseaux@geomatys.com>2018-05-12 17:18:10 +0200
commit864b315f530cb26b3d9638b711c957baf0238d9e (patch)
tree28039e5fd13b056c845b80b24dd8fe2821559987 /jniwrap
parentaaf0f39a048d10106bb82983c8f918270680cc34 (diff)
downloadPROJ-864b315f530cb26b3d9638b711c957baf0238d9e.tar.gz
PROJ-864b315f530cb26b3d9638b711c957baf0238d9e.zip
Fix version history: Java bridge 2.0 was compatible with PROJ 4.8 (not 4.9) and above.
The PROJ 4.8 version was compatible with both Java bridges 1.0 and 2.0.
Diffstat (limited to 'jniwrap')
-rw-r--r--jniwrap/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/jniwrap/README.md b/jniwrap/README.md
index fcf0fc6f..5ff5a7fd 100644
--- a/jniwrap/README.md
+++ b/jniwrap/README.md
@@ -3,7 +3,7 @@
This is the third release of JNI wrappers for the main PROJ functions.
The first release of JNI wrappers were created by http://www.hydrologis.com.
The second release of JNI wrappers were created by http://www.geoapi.org.
-This release is compatible with any PROJ versions from 4.9 to 5
+This release is compatible with any PROJ versions from 4.8 to 5
provided that PROJ has been compiled as described below.
@@ -25,8 +25,8 @@ Version compatibility is given below:
Java bridge | Compatible with PROJ library
----------- | ----------------------------
-2.0 and 3.0 | 4.9 to 5+
-1.0 | 4.4.9 to 4.8
+2.0 and 3.0 | 4.8 to 5+
+1.0 | 4.4.9 to 4.8 inclusive
@@ -60,7 +60,7 @@ Beyond the ones already put by PROJ, you need:
* For execution:
* If a Java version less than the current version on the local machine is desired,
add a `release` attribute in the `javac` task of `build.xml` before to compile.
- * Proj version 4.9 or more recent compiled with the `--with-jni` option.
+ * Proj version 4.8 or more recent compiled with the `--with-jni` option.