summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2021-10-03 18:24:21 (GMT)
committerGitHub <noreply@github.com>2021-10-03 18:24:21 (GMT)
commit0e9960a401a6d856cdfd30b941b3e2474086cb15 (patch)
tree89be24fa032ca658c5969334cfacb928d70a0862 /src
parent8bcdacde429a039f64b639f1a52de0fbd55e495e (diff)
downloadhdf5-0e9960a401a6d856cdfd30b941b3e2474086cb15.zip
hdf5-0e9960a401a6d856cdfd30b941b3e2474086cb15.tar.gz
hdf5-0e9960a401a6d856cdfd30b941b3e2474086cb15.tar.bz2
Update version to 1.10.9-1. (#1069)
Clear 1.10.8 entries out of RELEASE.txt.
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 1c5496b..bb488b2 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -108,15 +108,15 @@ extern "C" {
/**
* For tweaks, bug-fixes, or development
*/
-#define H5_VERS_RELEASE 8
+#define H5_VERS_RELEASE 9
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
-#define H5_VERS_SUBRELEASE "2"
+#define H5_VERS_SUBRELEASE "1"
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.10.8-2"
+#define H5_VERS_INFO "HDF5 library version: 1.10.9-1"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)