diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2010-01-10 12:33:23 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2010-01-10 12:33:23 (GMT) |
commit | a65b70ccc74ddf0d314d5a660c76b4b40f168c5d (patch) | |
tree | 57d5626eea722a5904fbff7dd4dbda06d98062db /hl/fortran | |
parent | e166bc571df97ca921de760af39e01a46f6cf13d (diff) | |
download | hdf5-a65b70ccc74ddf0d314d5a660c76b4b40f168c5d.zip hdf5-a65b70ccc74ddf0d314d5a660c76b4b40f168c5d.tar.gz hdf5-a65b70ccc74ddf0d314d5a660c76b4b40f168c5d.tar.bz2 |
[svn-r18100] Snapshot
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 d8d02ba..2dcf686 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 = 47 +LT_VERS_REVISION = 48 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 |