summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-05-20 00:35:59 (GMT)
committerGitHub <noreply@github.com>2022-05-20 00:35:59 (GMT)
commit6bf879120db77f94076dc246482eb535995b4089 (patch)
treeb8faa4ca080b7ee151256bcfb33531b483a9fcff /src/H5public.h
parenta6f7dccbd6c6b10ac0051a54bf7e35dedf685861 (diff)
downloadhdf5-6bf879120db77f94076dc246482eb535995b4089.zip
hdf5-6bf879120db77f94076dc246482eb535995b4089.tar.gz
hdf5-6bf879120db77f94076dc246482eb535995b4089.tar.bz2
Update version for HDF5 1.10.9-2-rc1 release (#1784)
Update so numbers Update RELEASE.txt Update configure.ac for release: switch to production mode, disable maintainer mode Set HDF5_GENERATE_HEADERS to OFF in src/CMakeLists.txt Add files generated by autogen.sh for release.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index fb95816..c8e871f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -112,11 +112,11 @@ extern "C" {
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
-#define H5_VERS_SUBRELEASE "1"
+#define H5_VERS_SUBRELEASE "2"
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.10.9-1"
+#define H5_VERS_INFO "HDF5 library version: 1.10.9-2"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)