diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2011-12-11 14:34:52 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2011-12-11 14:34:52 (GMT) |
commit | 993c56b85961fd09e7c680edf9a63ae92d4fad71 (patch) | |
tree | fbd75830b7134a01bcfb637df9caf4191a2c4355 /hl | |
parent | 354adf632e861e3a0e94af461d9d97a38e969484 (diff) | |
download | hdf5-993c56b85961fd09e7c680edf9a63ae92d4fad71.zip hdf5-993c56b85961fd09e7c680edf9a63ae92d4fad71.tar.gz hdf5-993c56b85961fd09e7c680edf9a63ae92d4fad71.tar.bz2 |
[svn-r21824] Snapshot version 1.9 release 101
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 907b3b2..d604353 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 = 91 +LT_VERS_REVISION = 92 LT_VERS_AGE = 0 # Include src directory diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 16b7511..1fa395a 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 = 91 +LT_VERS_REVISION = 92 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 b21615f..4474127 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 = 91 +LT_VERS_REVISION = 92 LT_VERS_AGE = 0 # This library is our main target. |