diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-03-11 15:52:04 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-03-11 15:52:04 (GMT) |
commit | 80b2b54f416f102404ba9f7f724ec3e8241a4b71 (patch) | |
tree | 9577506af04157e03c2ea17f5a5cb1eb989e1c42 /hl/fortran/src | |
parent | 0a46593a382259ac39df2e317609d21c32160317 (diff) | |
download | hdf5-80b2b54f416f102404ba9f7f724ec3e8241a4b71.zip hdf5-80b2b54f416f102404ba9f7f724ec3e8241a4b71.tar.gz hdf5-80b2b54f416f102404ba9f7f724ec3e8241a4b71.tar.bz2 |
[svn-r22040] Snapshot version 1.9 release 110
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 bbe420c..4056a1b 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 = 100 +LT_VERS_REVISION = 101 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 |