diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-11-13 14:31:44 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-11-13 14:31:44 (GMT) |
commit | 642b828026759a19a07a698affe23ee96c72e714 (patch) | |
tree | ff0c6a021421d4d0a724c0891d2680b045d88642 /hl | |
parent | a45dda8ce707aceda4a2a75faea99452d5ed912e (diff) | |
download | hdf5-642b828026759a19a07a698affe23ee96c72e714.zip hdf5-642b828026759a19a07a698affe23ee96c72e714.tar.gz hdf5-642b828026759a19a07a698affe23ee96c72e714.tar.bz2 |
[svn-r21748] Snapshot version 1.9 release 98
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 0782de0..3bf3a89 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 = 88 +LT_VERS_REVISION = 89 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 4172ad9..31a4d58 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 = 88 +LT_VERS_REVISION = 89 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 4780b34..eae71f4 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 = 88 +LT_VERS_REVISION = 89 LT_VERS_AGE = 0 # This library is our main target. |