diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-03-08 20:54:20 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-03-08 20:54:20 (GMT) |
commit | f16244254bc4d8c5dc538f824e2b3cf16cd8b6a7 (patch) | |
tree | cb2636f71a6485274a04af1a39bb34ffa5f3e530 /config | |
parent | d74feef75ae2cbc4e319ae568bb1118586f84df4 (diff) | |
download | hdf5-f16244254bc4d8c5dc538f824e2b3cf16cd8b6a7.zip hdf5-f16244254bc4d8c5dc538f824e2b3cf16cd8b6a7.tar.gz hdf5-f16244254bc4d8c5dc538f824e2b3cf16cd8b6a7.tar.bz2 |
[svn-r29356] Merge of r29350 from trunk.
Revert of the h5check_version check-in in the trunk.
Tested on: 64-bit Ubuntu 15.10 w/ gcc 5.2.1
autotools serial
Diffstat (limited to 'config')
-rw-r--r-- | config/lt_vers.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index c5e5112..a3b7634 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -19,8 +19,8 @@ # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. LT_VERS_INTERFACE = 6 -LT_VERS_AGE = 0 LT_VERS_REVISION = 224 +LT_VERS_AGE = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and ## reset LT_VERS_REVISION to 0. |