diff options
author | HDF Tester <hdftest@hdfgroup.org> | 2012-02-05 14:51:01 (GMT) |
---|---|---|
committer | HDF Tester <hdftest@hdfgroup.org> | 2012-02-05 14:51:01 (GMT) |
commit | adb158fa78dedbdd631a3f6c3c0129b2802ce6af (patch) | |
tree | 6d8eb2c1706e94dadb07c5802f7a17511e104c7b /hl/fortran/src | |
parent | 7bd8d0f25e0c10cca68396962e4d6ea7f54cfb9e (diff) | |
download | hdf5-adb158fa78dedbdd631a3f6c3c0129b2802ce6af.zip hdf5-adb158fa78dedbdd631a3f6c3c0129b2802ce6af.tar.gz hdf5-adb158fa78dedbdd631a3f6c3c0129b2802ce6af.tar.bz2 |
[svn-r21910] Snapshot version 1.9 release 108
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 5524498..d02f832 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 = 98 +LT_VERS_REVISION = 99 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 |