summaryrefslogtreecommitdiffstats
path: root/config/lt_vers.am
diff options
context:
space:
mode:
authorXiaowen Wu <wuxiaowe@ncsa.uiuc.edu>2005-04-26 20:33:24 (GMT)
committerXiaowen Wu <wuxiaowe@ncsa.uiuc.edu>2005-04-26 20:33:24 (GMT)
commit6876ac9c169cb38d8013c11837f096e7f41a420e (patch)
treeb27eb03466ed803c3cfdcda624d5bb38f634bf40 /config/lt_vers.am
parent02f7cdac77db74b90b8c697369e5d6ad8c38326a (diff)
downloadhdf5-6876ac9c169cb38d8013c11837f096e7f41a420e.zip
hdf5-6876ac9c169cb38d8013c11837f096e7f41a420e.tar.gz
hdf5-6876ac9c169cb38d8013c11837f096e7f41a420e.tar.bz2
[svn-r10673] Purpose:
New feature. Description: To update libtool's version number for changing API interface of H5Psetscaleoffset. Solution: Platforms tested: heping Misc. update:
Diffstat (limited to 'config/lt_vers.am')
-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 2893347..2ec8ddd 100644
--- a/config/lt_vers.am
+++ b/config/lt_vers.am
@@ -1,8 +1,8 @@
# 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 = 1
+LT_VERS_REVISION = 0
+LT_VERS_AGE = 1
## If the API changes *at all*, increment LT_VERS_INTERFACE and
## reset LT_VERS_REVISION to 0.