diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-10-30 14:39:32 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-10-30 14:39:32 (GMT) |
commit | 7d42dafd303606d59f8dbeb2b0c4b7841e9c6822 (patch) | |
tree | e3c1b7d404f17079a4223ae2a22423559625242b /hl | |
parent | 5b3fbdb542e3f221df92fdce89d1c8bc49da9f74 (diff) | |
download | hdf5-7d42dafd303606d59f8dbeb2b0c4b7841e9c6822.zip hdf5-7d42dafd303606d59f8dbeb2b0c4b7841e9c6822.tar.gz hdf5-7d42dafd303606d59f8dbeb2b0c4b7841e9c6822.tar.bz2 |
[svn-r21692] Snapshot version 1.9 release 96
Diffstat (limited to 'hl')
-rw-r--r-- | hl/c++/src/Makefile.in | 2 | ||||
-rw-r--r-- | hl/fortran/src/Makefile.in | 2 | ||||
-rw-r--r-- | hl/src/Makefile.in | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/hl/c++/src/Makefile.in b/hl/c++/src/Makefile.in index e8fc16b..0bae737 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -421,7 +421,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 86 +LT_VERS_REVISION = 87 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index be7f2f7..b3df1f8 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -436,7 +436,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 86 +LT_VERS_REVISION = 87 LT_VERS_AGE = 0 INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/hl/src -I$(top_builddir)/hl/src \ -I$(top_srcdir)/fortran/src -I$(top_builddir)/fortran/src diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 48af813..c31f7ba 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -420,7 +420,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 86 +LT_VERS_REVISION = 87 LT_VERS_AGE = 0 # This library is our main target. |