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 /c++/src | |
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 'c++/src')
-rw-r--r-- | c++/src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index b83f4e1..c707e9c 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -431,7 +431,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 |