diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-01-01 14:46:54 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-01-01 14:46:54 (GMT) |
commit | 871e139ba869532459f69b8e54dba0b932812dc8 (patch) | |
tree | 196087a89c4dad4648d44dcb8ee60dc781a688ef /hl/fortran | |
parent | de5c70844821037c3b00296b7ca8a0a64544ab8a (diff) | |
download | hdf5-871e139ba869532459f69b8e54dba0b932812dc8.zip hdf5-871e139ba869532459f69b8e54dba0b932812dc8.tar.gz hdf5-871e139ba869532459f69b8e54dba0b932812dc8.tar.bz2 |
[svn-r21857] Snapshot version 1.9 release 104
Diffstat (limited to 'hl/fortran')
-rw-r--r-- | hl/fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/fortran/src/Makefile.in b/hl/fortran/src/Makefile.in index 3207510..438e5d6 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 = 94 +LT_VERS_REVISION = 95 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 |