diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 6b6b36d..5518623 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -516,8 +516,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 7 -LT_VERS_REVISION = 6 +LT_VERS_INTERFACE = 8 +LT_VERS_REVISION = 1 LT_VERS_AGE = 0 H5detect_CFLAGS = -g $(AM_CFLAGS) |