diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-08-12 20:28:06 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-08-12 20:28:06 (GMT) |
commit | 2eb782130a1278c8314af6ebcdc6319738506fc7 (patch) | |
tree | b7cd4213f3c29556be9060c8898b9fabad68da63 /hl/fortran | |
parent | d20da589dd51cf3fe184bffce8851bd5d032e7f4 (diff) | |
download | hdf5-2eb782130a1278c8314af6ebcdc6319738506fc7.zip hdf5-2eb782130a1278c8314af6ebcdc6319738506fc7.tar.gz hdf5-2eb782130a1278c8314af6ebcdc6319738506fc7.tar.bz2 |
[svn-r22670] Snapshot version 1.9 release 125
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 30d2cac..16db0bc 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 = 6 -LT_VERS_REVISION = 115 +LT_VERS_REVISION = 116 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 |