diff options
author | John Mainzer <mainzer@hdfgroup.org> | 2005-04-28 17:02:35 (GMT) |
---|---|---|
committer | John Mainzer <mainzer@hdfgroup.org> | 2005-04-28 17:02:35 (GMT) |
commit | e445e815d69529262c5ed7e06a352f28a22f9dc0 (patch) | |
tree | 4e1ca574a66f80cbbb2c490be42f6ecbbacb5d25 /config | |
parent | a9ba92287d48568c901ec906b8aaf32ff32076aa (diff) | |
download | hdf5-e445e815d69529262c5ed7e06a352f28a22f9dc0.zip hdf5-e445e815d69529262c5ed7e06a352f28a22f9dc0.tar.gz hdf5-e445e815d69529262c5ed7e06a352f28a22f9dc0.tar.bz2 |
[svn-r10689] Purpose:
Update config/lt_vers.am
Description:
My version number bump to config/lt_vers.am somehow didn't get checked
in with the rest of the metadata cache API mods.
Solution:
Bumped the version numbers again, and try checking in the file again.
Platforms tested:
None -- but see previous checkin of metadata cache API additions.
Misc. update:
Diffstat (limited to 'config')
-rw-r--r-- | config/lt_vers.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index 2ec8ddd..7d938cc 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 = 1 +LT_VERS_INTERFACE = 2 LT_VERS_REVISION = 0 -LT_VERS_AGE = 1 +LT_VERS_AGE = 2 ## If the API changes *at all*, increment LT_VERS_INTERFACE and ## reset LT_VERS_REVISION to 0. |