diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2012-08-05 18:42:13 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2012-08-05 18:42:13 (GMT) |
commit | 456b97b9faddc308428b828a146eb3c8df26ff4c (patch) | |
tree | 1d6dc980b7544bf5a381877afece34af25c7f086 /fortran | |
parent | f2bc1b43def9b829c722fc7b89b8dd7783e14805 (diff) | |
download | hdf5-456b97b9faddc308428b828a146eb3c8df26ff4c.zip hdf5-456b97b9faddc308428b828a146eb3c8df26ff4c.tar.gz hdf5-456b97b9faddc308428b828a146eb3c8df26ff4c.tar.bz2 |
[svn-r22629] Snapshot version 1.9 release 124
Diffstat (limited to 'fortran')
-rw-r--r-- | fortran/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/Makefile.in b/fortran/src/Makefile.in index e0fd502..13a07a4 100644 --- a/fortran/src/Makefile.in +++ b/fortran/src/Makefile.in @@ -478,7 +478,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 = 114 +LT_VERS_REVISION = 115 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |