diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2023-10-25 00:36:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-25 00:36:53 (GMT) |
commit | 1fbf086c4a927a32354fe0f22102c27e1c3d63b0 (patch) | |
tree | 58fa05385d94d49932b63cd063ffa317cb3d0496 | |
parent | a91be87f072a8020d9a467f1ef81132cb5c40149 (diff) | |
download | hdf5-1fbf086c4a927a32354fe0f22102c27e1c3d63b0.zip hdf5-1fbf086c4a927a32354fe0f22102c27e1c3d63b0.tar.gz hdf5-1fbf086c4a927a32354fe0f22102c27e1c3d63b0.tar.bz2 |
Update so numbers for 1.14.3 release. (#3766)
-rw-r--r-- | config/lt_vers.am | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index 84bde40..c0ef894 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -15,8 +15,8 @@ # See libtool versioning documentation online. # After making changes, run bin/reconfigure to update other configure related # files like Makefile.in. -LT_VERS_INTERFACE = 312 -LT_VERS_AGE = 2 +LT_VERS_INTERFACE = 313 +LT_VERS_AGE = 3 LT_VERS_REVISION = 0 ## If the API changes *at all*, increment LT_VERS_INTERFACE and @@ -39,30 +39,30 @@ LT_VERS_REVISION = 0 ## ## Version numbers for wrapper shared library files. LT_CXX_VERS_INTERFACE = 310 -LT_CXX_VERS_REVISION = 2 +LT_CXX_VERS_REVISION = 3 LT_CXX_VERS_AGE = 0 -LT_F_VERS_INTERFACE = 311 -LT_F_VERS_REVISION = 1 -LT_F_VERS_AGE = 1 +LT_F_VERS_INTERFACE = 312 +LT_F_VERS_REVISION = 0 +LT_F_VERS_AGE = 2 LT_HL_VERS_INTERFACE = 310 -LT_HL_VERS_REVISION = 2 +LT_HL_VERS_REVISION = 3 LT_HL_VERS_AGE = 0 LT_HL_CXX_VERS_INTERFACE = 310 -LT_HL_CXX_VERS_REVISION = 2 +LT_HL_CXX_VERS_REVISION = 3 LT_HL_CXX_VERS_AGE = 0 LT_HL_F_VERS_INTERFACE = 310 -LT_HL_F_VERS_REVISION = 2 +LT_HL_F_VERS_REVISION = 3 LT_HL_F_VERS_AGE = 0 LT_JAVA_VERS_INTERFACE = 310 -LT_JAVA_VERS_REVISION = 2 +LT_JAVA_VERS_REVISION = 3 LT_JAVA_VERS_AGE = 0 LT_TOOLS_VERS_INTERFACE = 310 -LT_TOOLS_VERS_REVISION = 2 +LT_TOOLS_VERS_REVISION = 3 LT_TOOLS_VERS_AGE = 0 |