summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-11-01 18:12:43 (GMT)
committerGitHub <noreply@github.com>2023-11-01 18:12:43 (GMT)
commitef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903 (patch)
tree89be2b96d0221fb74412018a37215b78f5d290ce /src/H5public.h
parentb5ede961e59d8ada16df07c674b4538b81f9609d (diff)
downloadhdf5-ef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903.zip
hdf5-ef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903.tar.gz
hdf5-ef5cc1ef3c05fbdcb7fdec18bb1589a19c5eb903.tar.bz2
Update hdf5_1_12 version after creation of hdf5_1_12_3 branch for release. (#3817)
branch 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 7fc36f5..d3eff91 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -126,7 +126,7 @@
/**
* For tweaks, bug-fixes, or development
*/
-#define H5_VERS_RELEASE 3
+#define H5_VERS_RELEASE 4
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
@@ -134,7 +134,7 @@
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.12.3-1"
+#define H5_VERS_INFO "HDF5 library version: 1.12.4-1"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)