diff options
Diffstat (limited to 'src/Makefile.in')
-rw-r--r-- | src/Makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index e88cbd9..4b877ab 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -340,9 +340,9 @@ H5FC_PP = $(bindir)/h5pfc # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 0 -LT_VERS_REVISION = 1 -LT_VERS_AGE = 0 +LT_VERS_INTERFACE = 2 +LT_VERS_REVISION = 0 +LT_VERS_AGE = 2 H5detect_CFLAGS = -g # Our main target, the HDF5 library |