diff options
Diffstat (limited to 'hl/src')
-rw-r--r-- | hl/src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hl/src/Makefile.in b/hl/src/Makefile.in index 35cdc87..1ced4f8 100644 --- a/hl/src/Makefile.in +++ b/hl/src/Makefile.in @@ -668,8 +668,10 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. +# After making changes, run bin/reconfigure to update other configure related +# files like Makefile.in. LT_VERS_INTERFACE = 6 -LT_VERS_REVISION = 189 +LT_VERS_REVISION = 190 LT_VERS_AGE = 0 # This library is our main target. |