diff options
author | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-01-28 21:04:18 (GMT) |
---|---|---|
committer | Mike McGreevy <mamcgree@hdfgroup.org> | 2008-01-28 21:04:18 (GMT) |
commit | 61bd4597316438ae10df633ff735ef37a7126c5d (patch) | |
tree | 443f8725705ab175a7c53bd15d82a4bd94a99683 /src | |
parent | 7ec36c4a3d533f6ef472cd603b6039f795d2f7e9 (diff) | |
download | hdf5-61bd4597316438ae10df633ff735ef37a7126c5d.zip hdf5-61bd4597316438ae10df633ff735ef37a7126c5d.tar.gz hdf5-61bd4597316438ae10df633ff735ef37a7126c5d.tar.bz2 |
[svn-r14463] Purpose: Updating shared library version number for 1.8.0 release.
Description: config/lt_vers.am was updated as follows due to changes in API
since last version update:
LT_VERS_INTERFACE = 5
LT_VERS_REVISION = 0
LT_VERS_AGE = 0
Tested: kagiso
Diffstat (limited to 'src')
-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 e733039..085bf96 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -382,9 +382,9 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 4 -LT_VERS_REVISION = 4 -LT_VERS_AGE = 3 +LT_VERS_INTERFACE = 5 +LT_VERS_REVISION = 0 +LT_VERS_AGE = 0 H5detect_CFLAGS = -g # Our main target, the HDF5 library |