diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-08-07 14:17:33 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-08-07 14:17:33 (GMT) |
commit | 1144d0521d2c8c6708ae4cbb1bd920905ccf0e56 (patch) | |
tree | 628be152c0746b10ac1b32bb45659e81909f9dd6 /hl | |
parent | 97569890f896c75088922f97f81f50a4f6321e6a (diff) | |
download | hdf5-1144d0521d2c8c6708ae4cbb1bd920905ccf0e56.zip hdf5-1144d0521d2c8c6708ae4cbb1bd920905ccf0e56.tar.gz hdf5-1144d0521d2c8c6708ae4cbb1bd920905ccf0e56.tar.bz2 |
[svn-r21185] Snapshot version 1.9 release 87
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 9957e1d..dacad2a 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -418,7 +418,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 = 77 +LT_VERS_REVISION = 78 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index b734766..6d2121b 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -433,7 +433,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 = 77 +LT_VERS_REVISION = 78 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 912bf92..4269beb 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -417,7 +417,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 = 77 +LT_VERS_REVISION = 78 LT_VERS_AGE = 0 # This library is our main target. |