diff options
Diffstat (limited to 'c++/src/Makefile.in')
-rw-r--r-- | c++/src/Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/c++/src/Makefile.in b/c++/src/Makefile.in index 9652b29..1f0dad7 100644 --- a/c++/src/Makefile.in +++ b/c++/src/Makefile.in @@ -680,8 +680,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 is our main target |