Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hdf5 1 8 22 #269

Merged
merged 24 commits into from
Jan 16, 2021
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
52f6744
Restores maintainer mode in the autotools (#200)
derobins Dec 18, 2020
9d1999c
Update configure for Restores maintainer mode in the autotools (#200).
lrknox Dec 18, 2020
f34233c
Update MANIFEST for switch_maint_mode script.
lrknox Dec 18, 2020
0277b7d
Update so numbers for 1.8.22 release.
lrknox Dec 21, 2020
37b5b8e
Merge branch 'hdf5_1_8_22' of https://github.com/HDFGroup/hdf5 into h…
lrknox Dec 21, 2020
a008cd0
Add so numbers changes in Makefile.ins for 1.8.22 release.
lrknox Dec 21, 2020
57df34d
Update pkgconfig settings with version - #218 (#223)
byrnHDF Dec 22, 2020
10dbac8
Add notice of final HDFF5 1.8 release.
lrknox Dec 22, 2020
c4fcff1
Merge branch 'hdf5_1_8_22' of https://github.com/HDFGroup/hdf5 into h…
lrknox Dec 22, 2020
458be32
Update 1.8 final release notice.
lrknox Dec 22, 2020
5fde85a
Update CMake/HDF5Examples version in bin/release
lrknox Dec 22, 2020
1c44828
Merge branch 'hdf5_1_8_22' of https://github.com/HDFGroup/hdf5 into h…
lrknox Dec 22, 2020
faf36a3
Fixed typo in an error message. (#227)
bmribler Dec 23, 2020
1c141c0
Remove duplicate setting (#239)
byrnHDF Jan 5, 2021
2d5ac50
Merge branch 'hdf5_1_8_22' of https://github.com/HDFGroup/hdf5 into h…
lrknox Jan 9, 2021
6810e75
Merge branch 'hdf5_1_8_22' of https://github.com/HDFGroup/hdf5 into h…
lrknox Jan 14, 2021
03ca350
RELEASE.txt cleanup.
lrknox Jan 14, 2021
751596f
Add macOS Big Sur to tested machines, also missing entries for macOS …
lrknox Jan 15, 2021
216de13
)Update version.
lrknox Jan 15, 2021
103163a
Merge branch 'hdf5_1_8_22' of https://github.com/HDFGroup/hdf5 into h…
lrknox Jan 16, 2021
f45efa1
Reverts lock/unlock callback signature to 1.8.21 version (#254)
derobins Jan 12, 2021
e46cef4
Update version to 1.8.22-14.
lrknox Jan 16, 2021
dcf60c4
Update version in H5public.h
lrknox Jan 16, 2021
792bb16
Merge branch 'hdf5_1_8_22' of https://github.com/HDFGroup/hdf5 into h…
lrknox Jan 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/H5public.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 22 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "13" /* For pre-releases like snap0 */
#define H5_VERS_SUBRELEASE "14" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5_VERS_INFO "HDF5 library version: 1.8.22-13" /* Full version string */
#define H5_VERS_INFO "HDF5 library version: 1.8.22-14" /* Full version string */

#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)

Expand Down