diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2009-07-06 15:42:14 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2009-07-06 15:42:14 (GMT) |
commit | 818e0698cc62d68fa7399d8a31c6f7899689ef4f (patch) | |
tree | 81dda97f631d3249f997bd13a0b4b8c0318cefa6 /hl/fortran/src | |
parent | 1521b1dd1b00808da0f03f9b5e312100e8f83ee4 (diff) | |
download | hdf5-818e0698cc62d68fa7399d8a31c6f7899689ef4f.zip hdf5-818e0698cc62d68fa7399d8a31c6f7899689ef4f.tar.gz hdf5-818e0698cc62d68fa7399d8a31c6f7899689ef4f.tar.bz2 |
[svn-r17159] Snapshot version 1.9 release 43
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 83b86b0..cc454d8 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -354,7 +354,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 = 33 +LT_VERS_REVISION = 34 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 |