diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-10-02 14:35:04 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-10-02 14:35:04 (GMT) |
commit | 9d793e7e5ee3ac189ee07e6701fafaaeacd96c9a (patch) | |
tree | 5b7bf876d785765766fa729456b6008a24ebc47c /hl | |
parent | 3d15d9d6814b700bb19b2cd18bb934be00c259dc (diff) | |
download | hdf5-9d793e7e5ee3ac189ee07e6701fafaaeacd96c9a.zip hdf5-9d793e7e5ee3ac189ee07e6701fafaaeacd96c9a.tar.gz hdf5-9d793e7e5ee3ac189ee07e6701fafaaeacd96c9a.tar.bz2 |
[svn-r21443] Snapshot version 1.9 release 93
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 3c7d5b4..53952ec 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 = 83 +LT_VERS_REVISION = 84 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index ab99173..d447460 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 = 83 +LT_VERS_REVISION = 84 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 8455312..bbe5a37 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 = 83 +LT_VERS_REVISION = 84 LT_VERS_AGE = 0 # This library is our main target. |