diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-04-20 16:47:47 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2009-04-20 16:47:47 (GMT) |
commit | f7a982a64eabcdbe8844b3b4c1bff6c0c368ec16 (patch) | |
tree | 17110c7012a2e859c694dde5775e0a9e9dda1c31 /fortran/src/Makefile.in | |
parent | f95bf64c531c5e4c859d0562d8111539b87d2fb6 (diff) | |
download | hdf5-f7a982a64eabcdbe8844b3b4c1bff6c0c368ec16.zip hdf5-f7a982a64eabcdbe8844b3b4c1bff6c0c368ec16.tar.gz hdf5-f7a982a64eabcdbe8844b3b4c1bff6c0c368ec16.tar.bz2 |
[svn-r16801] merge changes from the trunk into the branch
svn merge -r 16781:16797 https://svn.hdfgroup.uiuc.edu/hdf5/trunk/fortran
fixes problems with H5D_chunch_cache_* variable lengths
platforms tested: smirom: ifort, pgf90
jam : f95
Diffstat (limited to 'fortran/src/Makefile.in')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index 9dcc4a5..5b80fa0 100644 --- a/fortran/src/Makefile.in +++ b/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 = 1 +LT_VERS_REVISION = 29 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |