summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-02-09 21:31:09 (GMT)
committerGitHub <noreply@github.com>2021-02-09 21:31:09 (GMT)
commit88960489604861813b3676bc234f49ca8ee937d3 (patch)
tree7cee9befe030b886d2a319a91822ead2b490fd72 /config
parent345892de238beebf02ca733ef519574601b5fdce (diff)
downloadhdf5-88960489604861813b3676bc234f49ca8ee937d3.zip
hdf5-88960489604861813b3676bc234f49ca8ee937d3.tar.gz
hdf5-88960489604861813b3676bc234f49ca8ee937d3.tar.bz2
Hdf5 1 8 (#328)
* close #195. (#196) * Update HDF5PluginMacros.cmake * Update HDF5PluginMacros.cmake * Restores maintainer mode in the autotools (#200) Maintainer mode should be enabled in development branches. Also adds helpful commenting. Add script bin/switch_maint_mode. Add file changes generated by bin reconfigure in src/H5Edefin.h src/H5Einit.h src/H5Epubgen.h src/H5Eterm.h * Update MANIFEST for switch_maint_mode. * Update so numbers to match 1.8.22 release. * Updated configure with reconfigure. * Updates and corrections following HDF5 1.8.22 release. * Commit Makefile.ins with so version numbers updated by bin/reconfigure. Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Diffstat (limited to 'config')
-rw-r--r--config/lt_vers.am12
1 files changed, 6 insertions, 6 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am
index 95ee2b9..1f2646e 100644
--- a/config/lt_vers.am
+++ b/config/lt_vers.am
@@ -39,27 +39,27 @@ LT_VERS_AGE = 4
## the effects of the H5_V1_x_COMPAT flag.
## Version numbers for wrapper shared library files.
-LT_CXX_VERS_INTERFACE = 15
+LT_CXX_VERS_INTERFACE = 16
LT_CXX_VERS_REVISION = 1
LT_CXX_VERS_AGE = 0
LT_F_VERS_INTERFACE = 10
-LT_F_VERS_REVISION = 6
+LT_F_VERS_REVISION = 7
LT_F_VERS_AGE = 0
LT_HL_VERS_INTERFACE = 12
-LT_HL_VERS_REVISION = 2
+LT_HL_VERS_REVISION = 3
LT_HL_VERS_AGE = 2
LT_HL_CXX_VERS_INTERFACE = 12
-LT_HL_CXX_VERS_REVISION = 2
+LT_HL_CXX_VERS_REVISION = 3
LT_HL_CXX_VERS_AGE = 1
LT_HL_F_VERS_INTERFACE = 10
-LT_HL_F_VERS_REVISION = 5
+LT_HL_F_VERS_REVISION = 6
LT_HL_F_VERS_AGE = 0
LT_TOOLS_VERS_INTERFACE = 10
-LT_TOOLS_VERS_REVISION = 7
+LT_TOOLS_VERS_REVISION = 8
LT_TOOLS_VERS_AGE = 0