diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-03-20 13:00:55 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-03-20 13:00:55 (GMT) |
commit | 2c428c1bd7e168795035af74e6ca582ba13983b1 (patch) | |
tree | 471a5caa2476af4ae171314de8d88b1fbc6a6f50 /hl/fortran/src | |
parent | 5e202882c906ea1b144d26c0b7a837d4fb8a8b10 (diff) | |
download | hdf5-2c428c1bd7e168795035af74e6ca582ba13983b1.zip hdf5-2c428c1bd7e168795035af74e6ca582ba13983b1.tar.gz hdf5-2c428c1bd7e168795035af74e6ca582ba13983b1.tar.bz2 |
[svn-r22097] Snapshot version 1.9 release 111
Diffstat (limited to 'hl/fortran/src')
-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 4056a1b..62d7309 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 = 101 +LT_VERS_REVISION = 102 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 |