diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2009-12-07 14:18:34 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2009-12-07 14:18:34 (GMT) |
commit | 94a00c768c32a49100d499e90a83e73d11a3ac12 (patch) | |
tree | de7bff687000b89b74d9fba68ca43ef5a45efb61 /hl/fortran | |
parent | fda704377ebca6f980d7e842935977bb45f34d34 (diff) | |
download | hdf5-94a00c768c32a49100d499e90a83e73d11a3ac12.zip hdf5-94a00c768c32a49100d499e90a83e73d11a3ac12.tar.gz hdf5-94a00c768c32a49100d499e90a83e73d11a3ac12.tar.bz2 |
[svn-r17973] 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 a3ce044..afe8ed4 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 = 42 +LT_VERS_REVISION = 44 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 |