summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-12-17 04:16:35 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-12-17 04:16:35 (GMT)
commit003a6eac48745a420b74147415db98f50109b366 (patch)
tree89cb8667277e525125c5b3037a5bf45fe5fb62c4 /src/H5public.h
parent4a9b02f6aec206da3ef7751a8caf7a481e71306e (diff)
downloadhdf5-003a6eac48745a420b74147415db98f50109b366.zip
hdf5-003a6eac48745a420b74147415db98f50109b366.tar.gz
hdf5-003a6eac48745a420b74147415db98f50109b366.tar.bz2
Update version to 1.8.23-0 after creating release branch for 1.8.22.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index dc90330..eb447e1 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -94,10 +94,10 @@ extern "C" {
/* Version numbers */
#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 "snap12" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 23 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.22-snap12" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.230" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)