diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2013-10-13 08:43:04 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2013-10-13 08:43:04 (GMT) |
commit | 5092f5a30e90ac691222f4058213da947f8e8d8b (patch) | |
tree | a4fdce7d984598892065e9b721f50480a5a028bb /hl/fortran | |
parent | 06aa7b6641ec24acfc9810f50d06b526a0eeef7d (diff) | |
download | hdf5-5092f5a30e90ac691222f4058213da947f8e8d8b.zip hdf5-5092f5a30e90ac691222f4058213da947f8e8d8b.tar.gz hdf5-5092f5a30e90ac691222f4058213da947f8e8d8b.tar.bz2 |
[svn-r24287] Snapshot version 1.9 release 166
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 01d9fa5..89ed0ff 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -476,7 +476,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 = 156 +LT_VERS_REVISION = 157 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 |