summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2008-01-28 21:04:18 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2008-01-28 21:04:18 (GMT)
commit61bd4597316438ae10df633ff735ef37a7126c5d (patch)
tree443f8725705ab175a7c53bd15d82a4bd94a99683 /config
parent7ec36c4a3d533f6ef472cd603b6039f795d2f7e9 (diff)
downloadhdf5-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 'config')
-rw-r--r--config/lt_vers.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am
index 698c3ed..e47c16e 100644
--- a/config/lt_vers.am
+++ b/config/lt_vers.am
@@ -16,9 +16,9 @@
##
# 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
## If the API changes *at all*, increment LT_VERS_INTERFACE and
## reset LT_VERS_REVISION to 0.