diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-07-16 15:28:39 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-07-16 15:28:39 (GMT) |
commit | 27ee3e76fa5fbd82fabd014067dd16a73bec3c2e (patch) | |
tree | 3ad5236979ddf1bdc71e706800fe89b46fa8d5c8 /src/Makefile.in | |
parent | d7742a935424e3d694fb034265dff073d4510a7a (diff) | |
download | hdf5-27ee3e76fa5fbd82fabd014067dd16a73bec3c2e.zip hdf5-27ee3e76fa5fbd82fabd014067dd16a73bec3c2e.tar.gz hdf5-27ee3e76fa5fbd82fabd014067dd16a73bec3c2e.tar.bz2 |
[svn-r15375] Description:
Bump shared library version # for change to H5G_info_t struct
Diffstat (limited to 'src/Makefile.in')
-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 4f5a0f7..878380b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -402,8 +402,8 @@ CHECK_CLEANFILES = *.chkexe *.chklog *.clog # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 5 -LT_VERS_REVISION = 11 +LT_VERS_INTERFACE = 6 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 H5detect_CFLAGS = -g |