summaryrefslogtreecommitdiffstats
path: root/java/src/jni/Makefile.in
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2016-05-23 22:02:08 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2016-05-23 22:02:08 (GMT)
commit77099ba3bca48c2b7fcfe85aae62ec13b94a66eb (patch)
treee58b22e2c75171d591cd845faec085afefb3f526 /java/src/jni/Makefile.in
parent509316b5fe467ab1e64ec9cd7a3ee75159f91e3a (diff)
downloadhdf5-a2e5c9ce427b191db34154b5a63f33147c8fbf3a.zip
hdf5-a2e5c9ce427b191db34154b5a63f33147c8fbf3a.tar.gz
hdf5-a2e5c9ce427b191db34154b5a63f33147c8fbf3a.tar.bz2
[svn-r29954] */run*-ex.sh.in:hdf5-1_10_0-patch1
Scripts to compile and run installed needed relative paths to the installed bin directory instead of the ablsolute path from $prefix (on the build machines). Committing changes to version strings generated by running bin/release for HDF5 1.10.0-patch1.
Diffstat (limited to 'java/src/jni/Makefile.in')
-rw-r--r--java/src/jni/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/src/jni/Makefile.in b/java/src/jni/Makefile.in
index 39879e0..97febf1 100644
--- a/java/src/jni/Makefile.in
+++ b/java/src/jni/Makefile.in
@@ -736,13 +736,13 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog *.clog2
# After making changes, run bin/reconfigure to update other configure related
# files like Makefile.in.
LT_VERS_INTERFACE = 100
-LT_VERS_REVISION = 0
+LT_VERS_REVISION = 1
LT_VERS_AGE = 0
LT_CXX_VERS_INTERFACE = 100
LT_CXX_VERS_REVISION = 0
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 100
-LT_F_VERS_REVISION = 0
+LT_F_VERS_REVISION = 1
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 100
LT_HL_VERS_REVISION = 0
@@ -757,7 +757,7 @@ LT_JAVA_VERS_INTERFACE = 100
LT_JAVA_VERS_REVISION = 0
LT_JAVA_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 100
-LT_TOOLS_VERS_REVISION = 0
+LT_TOOLS_VERS_REVISION = 1
LT_TOOLS_VERS_AGE = 0
# Mark this directory as part of the JNI API