diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2009-12-10 17:46:15 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2009-12-10 17:46:15 (GMT) |
commit | 5b4d3279099e7e4fad6e0092c77aa93dfd35d616 (patch) | |
tree | 812d5dfb1c326db84193bcd0361ab2d104684e8a /src | |
parent | 9d06256018fbebbefa08879ae9f16696a5bbef19 (diff) | |
download | hdf5-5b4d3279099e7e4fad6e0092c77aa93dfd35d616.zip hdf5-5b4d3279099e7e4fad6e0092c77aa93dfd35d616.tar.gz hdf5-5b4d3279099e7e4fad6e0092c77aa93dfd35d616.tar.bz2 |
[svn-r17988] Description:
Run bin/reconfigure to regenerate autotools files.
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index def44c2..4aee8ee 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -441,7 +441,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 = 42 +LT_VERS_REVISION = 44 LT_VERS_AGE = 0 H5detect_CFLAGS = -g $(AM_CFLAGS) |