diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2011-10-21 15:55:40 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2011-10-21 15:55:40 (GMT) |
commit | e52623c9fecf053f211e72f94af1c43df914f199 (patch) | |
tree | 0bec80b2dcb013f36361e7fbf5819cc9c68fd55d /hl/fortran | |
parent | 15fc1f3a72b3926248b9f9680ab0a997dd64d419 (diff) | |
download | hdf5-e52623c9fecf053f211e72f94af1c43df914f199.zip hdf5-e52623c9fecf053f211e72f94af1c43df914f199.tar.gz hdf5-e52623c9fecf053f211e72f94af1c43df914f199.tar.bz2 |
[svn-r21638] Update 1.8 branch version to 1.8.9-snap0
Diffstat (limited to 'hl/fortran')
-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 d30bb54..bf3ece2 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -436,7 +436,7 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 2 +LT_VERS_REVISION = 3 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 |