diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-09-21 16:12:03 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2010-09-21 16:12:03 (GMT) |
commit | f8cd72f48a59c29fea85577c0a42c199825753ab (patch) | |
tree | 62c13b184cb137d88faf60c4594dae26ef92b6db /fortran | |
parent | e18d1fb1a0503f6c312a805b37fa1288157f0013 (diff) | |
download | hdf5-f8cd72f48a59c29fea85577c0a42c199825753ab.zip hdf5-f8cd72f48a59c29fea85577c0a42c199825753ab.tar.gz hdf5-f8cd72f48a59c29fea85577c0a42c199825753ab.tar.bz2 |
[svn-r19451] Update version of 1.8 branch to HDF5 1.8.7-snap0
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 1711d11..8bf239c 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -437,7 +437,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 = 4 +LT_VERS_REVISION = 5 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |