diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2013-08-19 23:29:35 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2013-08-19 23:29:35 (GMT) |
commit | 46b8a32c6ec325274c974d0dd42838d39ecc1082 (patch) | |
tree | f1be04bdb756683e465809f1c46055cef3b7d5e3 /fortran | |
parent | b8a8b54fda077ee6fccc084de18c14ae6e7b6bfe (diff) | |
download | hdf5-46b8a32c6ec325274c974d0dd42838d39ecc1082.zip hdf5-46b8a32c6ec325274c974d0dd42838d39ecc1082.tar.gz hdf5-46b8a32c6ec325274c974d0dd42838d39ecc1082.tar.bz2 |
[svn-r24031] Bring revisions #23950 - 23977 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 94b43ed..31d9871 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 = 150 +LT_VERS_REVISION = 151 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |