diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2012-07-09 16:54:50 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2012-07-09 16:54:50 (GMT) |
commit | 9e79829ab8a586914c52d252b662d8fe5824112f (patch) | |
tree | eb9b742f17eb3d5b882e1c51528bbb761920e04a /fortran | |
parent | 6f5ba815f01f4f52301e0326b32f5a3bb08a7e90 (diff) | |
download | hdf5-9e79829ab8a586914c52d252b662d8fe5824112f.zip hdf5-9e79829ab8a586914c52d252b662d8fe5824112f.tar.gz hdf5-9e79829ab8a586914c52d252b662d8fe5824112f.tar.bz2 |
[svn-r22525] 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 dc267f8..e0fd502 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 = 113 +LT_VERS_REVISION = 114 LT_VERS_AGE = 0 # Include src directory in both Fortran and C flags (C compiler is used |