diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2013-08-21 19:26:31 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2013-08-21 19:26:31 (GMT) |
commit | 4df44aafaf8572814e705d0f259da2c0d081aae4 (patch) | |
tree | 360640fa2d3932a1e03a20ead30644f6c563418b /fortran | |
parent | f9486b531fe603aa141aa0546cdf09247b86120a (diff) | |
download | hdf5-4df44aafaf8572814e705d0f259da2c0d081aae4.zip hdf5-4df44aafaf8572814e705d0f259da2c0d081aae4.tar.gz hdf5-4df44aafaf8572814e705d0f259da2c0d081aae4.tar.bz2 |
[svn-r24049] Bring revisions #23988 - 24002 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'fortran')
-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 31d9871..65ebcaf 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -518,7 +518,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 = 151 +LT_VERS_REVISION = 152 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |