diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-11-06 13:02:33 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-11-06 13:02:33 (GMT) |
commit | 8c5998340291619d6a47c3d56988563495769fbe (patch) | |
tree | ead6530e6db82965c12837438932cb9b07f707a2 /hl | |
parent | a5e80bd595fc0cfe9c8d47954c452edc41e5c7d6 (diff) | |
download | hdf5-8c5998340291619d6a47c3d56988563495769fbe.zip hdf5-8c5998340291619d6a47c3d56988563495769fbe.tar.gz hdf5-8c5998340291619d6a47c3d56988563495769fbe.tar.bz2 |
[svn-r21721] Snapshot version 1.9 release 97
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 0bae737..0782de0 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 = 87 +LT_VERS_REVISION = 88 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index b3df1f8..4172ad9 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 = 87 +LT_VERS_REVISION = 88 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 c31f7ba..4780b34 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 = 87 +LT_VERS_REVISION = 88 LT_VERS_AGE = 0 # This library is our main target. |