diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2021-05-18 21:56:16 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2021-05-18 21:56:16 (GMT) |
commit | ad49f9932629d26e6074a588faafc51fcb7efe00 (patch) | |
tree | 53321101d471a52080cc6e4e08226ccdbe5bf971 /config | |
parent | 917db76a50221b4e5ff061784d375b86ffc77d11 (diff) | |
download | hdf5-ad49f9932629d26e6074a588faafc51fcb7efe00.zip hdf5-ad49f9932629d26e6074a588faafc51fcb7efe00.tar.gz hdf5-ad49f9932629d26e6074a588faafc51fcb7efe00.tar.bz2 |
Update so numbers for java, fortran and tools libs.
Update compiler information in RELEASE.txt
Diffstat (limited to 'config')
-rw-r--r-- | config/lt_vers.am | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config/lt_vers.am b/config/lt_vers.am index e62b7e4..9f13fef 100644 --- a/config/lt_vers.am +++ b/config/lt_vers.am @@ -43,9 +43,9 @@ LT_CXX_VERS_INTERFACE = 201 LT_CXX_VERS_REVISION = 0 LT_CXX_VERS_AGE = 1 -LT_F_VERS_INTERFACE = 200 -LT_F_VERS_REVISION = 1 -LT_F_VERS_AGE = 0 +LT_F_VERS_INTERFACE = 201 +LT_F_VERS_REVISION = 0 +LT_F_VERS_AGE = 1 LT_HL_VERS_INTERFACE = 200 LT_HL_VERS_REVISION = 1 @@ -59,11 +59,11 @@ LT_HL_F_VERS_INTERFACE = 200 LT_HL_F_VERS_REVISION = 1 LT_HL_F_VERS_AGE = 0 -LT_JAVA_VERS_INTERFACE = 200 -LT_JAVA_VERS_REVISION = 1 -LT_JAVA_VERS_AGE = 0 +LT_JAVA_VERS_INTERFACE = 201 +LT_JAVA_VERS_REVISION = 0 +LT_JAVA_VERS_AGE = 1 -LT_TOOLS_VERS_INTERFACE = 200 -LT_TOOLS_VERS_REVISION = 1 -LT_TOOLS_VERS_AGE = 0 +LT_TOOLS_VERS_INTERFACE = 201 +LT_TOOLS_VERS_REVISION = 0 +LT_TOOLS_VERS_AGE = 1 |