diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-08-28 14:29:14 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-08-28 14:29:14 (GMT) |
commit | 4f3950a8826a102d56cde7b57729552742af1b80 (patch) | |
tree | 38e9e11728d05cf0cd6b644b53e4585d920f12e0 /hl | |
parent | 35b226aadf602f65b65e87c31c06f19882791202 (diff) | |
download | hdf5-4f3950a8826a102d56cde7b57729552742af1b80.zip hdf5-4f3950a8826a102d56cde7b57729552742af1b80.tar.gz hdf5-4f3950a8826a102d56cde7b57729552742af1b80.tar.bz2 |
[svn-r21329] Snapshot version 1.9 release 89
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 9a1e4a4..a69825c 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 = 79 +LT_VERS_REVISION = 80 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 70e1b3b..767427c 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 = 79 +LT_VERS_REVISION = 80 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 6dadc87..4a40111 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 = 79 +LT_VERS_REVISION = 80 LT_VERS_AGE = 0 # This library is our main target. |