diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2013-01-13 16:18:18 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2013-01-13 16:18:18 (GMT) |
commit | 2381dacdad61f795def5bcc6e359c31c959cb86f (patch) | |
tree | c6274b835d31904731442b67645c0c3c2b376a4f /hl/fortran | |
parent | 9ac4f9ad6b410e775656a623a09b677ab8909f2a (diff) | |
download | hdf5-2381dacdad61f795def5bcc6e359c31c959cb86f.zip hdf5-2381dacdad61f795def5bcc6e359c31c959cb86f.tar.gz hdf5-2381dacdad61f795def5bcc6e359c31c959cb86f.tar.bz2 |
[svn-r23153] Snapshot version 1.9 release 140
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 85faf98..9287cb4 100644 --- a/hl/fortran/src/Makefile.in +++ b/hl/fortran/src/Makefile.in @@ -474,7 +474,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 = 130 +LT_VERS_REVISION = 131 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 |