diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-07-16 15:30:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-07-16 15:30:32 (GMT) |
commit | 9981e287102bea6407b216437ccebb666cfa574a (patch) | |
tree | 5a31128f8f4426843fd5680db91cf8a553b28427 | |
parent | 583eac5e6de3ce20009de56859cde08de68451e6 (diff) | |
download | hdf5-9981e287102bea6407b216437ccebb666cfa574a.zip hdf5-9981e287102bea6407b216437ccebb666cfa574a.tar.gz hdf5-9981e287102bea6407b216437ccebb666cfa574a.tar.bz2 |
[svn-r15376] Description:
Bump shared library version # for change to H5G_info_t struct
-rw-r--r-- | config/lt_vers.am | 4 | ||||
-rw-r--r-- | src/Makefile.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index f824437..bd1f01c 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -16,8 +16,8 @@ ## # Add libtool shared library version numbers to the HDF5 library # See libtool versioning documentation online. -LT_VERS_INTERFACE = 5 -LT_VERS_REVISION = 1 +LT_VERS_INTERFACE = 6 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and diff --git a/src/Makefile.in b/src/Makefile.in index ef3e9fc..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 = 1 +LT_VERS_INTERFACE = 6 +LT_VERS_REVISION = 0 LT_VERS_AGE = 0 H5detect_CFLAGS = -g |