From 6876ac9c169cb38d8013c11837f096e7f41a420e Mon Sep 17 00:00:00 2001 From: Xiaowen Wu Date: Tue, 26 Apr 2005 15:33:24 -0500 Subject: [svn-r10673] Purpose: New feature. Description: To update libtool's version number for changing API interface of H5Psetscaleoffset. Solution: Platforms tested: heping Misc. update: --- config/lt_vers.am | 6 +++--- 1 file 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. -- cgit v0.12