diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2009-11-17 14:27:25 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2009-11-17 14:27:25 (GMT) |
commit | 5a821b959b947c5573e3d41fb0c16477634d8415 (patch) | |
tree | f3eb7a8212cd709d88a297ec1f7eb66fedc9668b /hl | |
parent | 674c2def441fcac4e347cadb82b14f9db2b4767a (diff) | |
download | hdf5-5a821b959b947c5573e3d41fb0c16477634d8415.zip hdf5-5a821b959b947c5573e3d41fb0c16477634d8415.tar.gz hdf5-5a821b959b947c5573e3d41fb0c16477634d8415.tar.bz2 |
[svn-r17902] Snapshot
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 ad49fe4..069db9c 100644 --- a/hl/c++/src/Makefile.in +++ b/hl/c++/src/Makefile.in @@ -380,7 +380,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 = 41 +LT_VERS_REVISION = 42 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index def1880..a3ce044 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -389,7 +389,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 = 41 +LT_VERS_REVISION = 42 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 35282d2..2aca5fa 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -380,7 +380,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 = 41 +LT_VERS_REVISION = 42 LT_VERS_AGE = 0 # This library is our main target. |