summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2014-10-12 10:28:29 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2014-10-12 10:28:29 (GMT)
commite8ffff6853704824579fbbf053f1819b239802c9 (patch)
treeec63b116774a1452d8f29ce2afaa8adf320ea039 /hl
parent6fdac87ac1483c0ef1cbfc29a801f2b0b9c241e2 (diff)
downloadhdf5-e8ffff6853704824579fbbf053f1819b239802c9.zip
hdf5-e8ffff6853704824579fbbf053f1819b239802c9.tar.gz
hdf5-e8ffff6853704824579fbbf053f1819b239802c9.tar.bz2
[svn-r25693] Snapshot version 1.9 release 199
Diffstat (limited to 'hl')
-rw-r--r--hl/c++/src/Makefile.in4
-rw-r--r--hl/fortran/src/Makefile.in4
-rw-r--r--hl/src/Makefile.in4
3 files changed, 9 insertions, 3 deletions
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in
index a07bb23..2e56780 100644
--- a/hl/c++/src/Makefile.in
+++ b/hl/c++/src/Makefile.in
@@ -672,8 +672,10 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
+# After making changes, run bin/reconfigure to update other configure related
+# files like Makefile.in.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 189
+LT_VERS_REVISION = 190
LT_VERS_AGE = 0
# This is our main target
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in
index 362dd63..2085cb5 100644
--- a/hl/fortran/src/Makefile.in
+++ b/hl/fortran/src/Makefile.in
@@ -687,8 +687,10 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
+# After making changes, run bin/reconfigure to update other configure related
+# files like Makefile.in.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 189
+LT_VERS_REVISION = 190
LT_VERS_AGE = 0
# Our main target, the high-level fortran library
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in
index 35cdc87..1ced4f8 100644
--- a/hl/src/Makefile.in
+++ b/hl/src/Makefile.in
@@ -668,8 +668,10 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog
# Add libtool shared library version numbers to the HDF5 library
# See libtool versioning documentation online.
+# After making changes, run bin/reconfigure to update other configure related
+# files like Makefile.in.
LT_VERS_INTERFACE = 6
-LT_VERS_REVISION = 189
+LT_VERS_REVISION = 190
LT_VERS_AGE = 0
# This library is our main target.