diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-01-29 14:51:06 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-01-29 14:51:06 (GMT) |
commit | b98ac90e8f9f222a967ff56c1ea90b6daa0bedf4 (patch) | |
tree | ed93f4d6f4261a439fe362a69d8ce8c4595fce3f /hl | |
parent | e18315c9c162126b9b53634a83e58859112004a9 (diff) | |
download | hdf5-b98ac90e8f9f222a967ff56c1ea90b6daa0bedf4.zip hdf5-b98ac90e8f9f222a967ff56c1ea90b6daa0bedf4.tar.gz hdf5-b98ac90e8f9f222a967ff56c1ea90b6daa0bedf4.tar.bz2 |
[svn-r21898] Snapshot version 1.9 release 107
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 4c4edee..ba92d72 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 = 97 +LT_VERS_REVISION = 98 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index c63edf1..5524498 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 = 97 +LT_VERS_REVISION = 98 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 5ee04d4..70c510a 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 = 97 +LT_VERS_REVISION = 98 LT_VERS_AGE = 0 # This library is our main target. |