summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-03-28 04:16:44 (GMT)
committerGitHub <noreply@github.com>2023-03-28 04:16:44 (GMT)
commit27f4cd8f89c5b2322703bec7dd996305f33d1cfe (patch)
treee8a99046dd8ac2be3fc41fe30df2be739188f4d6 /src
parentebe5cb8dd43c529defa4af2851c2433e17ba966b (diff)
downloadhdf5-27f4cd8f89c5b2322703bec7dd996305f33d1cfe.zip
hdf5-27f4cd8f89c5b2322703bec7dd996305f33d1cfe.tar.gz
hdf5-27f4cd8f89c5b2322703bec7dd996305f33d1cfe.tar.bz2
Update hdf5 1 10 10 (#2642)
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index e5d9b11..1a0b48f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -142,11 +142,11 @@ extern "C" {
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
-#define H5_VERS_SUBRELEASE "3"
+#define H5_VERS_SUBRELEASE ""
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.10.10-3"
+#define H5_VERS_INFO "HDF5 library version: 1.10.10"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)