summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-12-17 15:18:05 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-12-17 15:18:05 (GMT)
commitb4d5e2be95f84419a40a0762b9f9a9e6f63a9cec (patch)
treea1f5b52029e91b7f7c91d61af379ef902c91a4e1 /src/H5public.h
parent234d5a357c1db7fd20cfce63691a5ee4c832a9d7 (diff)
downloadhdf5-b4d5e2be95f84419a40a0762b9f9a9e6f63a9cec.zip
hdf5-b4d5e2be95f84419a40a0762b9f9a9e6f63a9cec.tar.gz
hdf5-b4d5e2be95f84419a40a0762b9f9a9e6f63a9cec.tar.bz2
Update version to 1.8.23-1.
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 0561e11..87ba81a 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -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 23 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "0" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.23-0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.23-1" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)