diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-10-10 13:50:39 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-10-10 13:50:39 (GMT) |
commit | ef168eb0d83481fe10cbdf1e6ffa8c90eab6f07e (patch) | |
tree | c65d1522ba39d44feb46b5cf586d40352accb480 /hl | |
parent | 82be08b34a56f0d3e25ec8870e36ad59b4f1f619 (diff) | |
download | hdf5-ef168eb0d83481fe10cbdf1e6ffa8c90eab6f07e.zip hdf5-ef168eb0d83481fe10cbdf1e6ffa8c90eab6f07e.tar.gz hdf5-ef168eb0d83481fe10cbdf1e6ffa8c90eab6f07e.tar.bz2 |
[svn-r19569] Snapshot version 1.9 release 76
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 e20c7e9..5354a78 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -392,7 +392,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 = 66 +LT_VERS_REVISION = 67 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index cbcfa47..b1257f3 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -401,7 +401,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 = 66 +LT_VERS_REVISION = 67 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 9c0b74c..d5da363 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -392,7 +392,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 = 66 +LT_VERS_REVISION = 67 LT_VERS_AGE = 0 # This library is our main target. |