diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2013-02-24 16:26:03 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2013-02-24 16:26:03 (GMT) |
commit | 66ba0b4f3309188dfd8e9b5c969dcca0014b8526 (patch) | |
tree | 6cd9465cf4592b375791d02248c45ccbadf9c0be /hl/fortran/src | |
parent | 47af32527b2695daa87db08679b505e0a3a85454 (diff) | |
download | hdf5-66ba0b4f3309188dfd8e9b5c969dcca0014b8526.zip hdf5-66ba0b4f3309188dfd8e9b5c969dcca0014b8526.tar.gz hdf5-66ba0b4f3309188dfd8e9b5c969dcca0014b8526.tar.bz2 |
[svn-r23311] Snapshot version 1.9 release 145
Diffstat (limited to 'hl/fortran/src')
-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 c782ce0..32e858e 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -474,7 +474,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 = 135 +LT_VERS_REVISION = 136 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 |