summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-10-14 22:58:52 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-10-14 22:58:52 (GMT)
commit5a063bd1ba14f0a75780ce402fdc4872a4538f54 (patch)
tree50e83716137d6d3f252dfa90c20184692c5b45a2 /src
parentdf559247e5b83aa23aeb83e0a4b9d852d88a6e82 (diff)
downloadhdf5-5a063bd1ba14f0a75780ce402fdc4872a4538f54.zip
hdf5-5a063bd1ba14f0a75780ce402fdc4872a4538f54.tar.gz
hdf5-5a063bd1ba14f0a75780ce402fdc4872a4538f54.tar.bz2
Snapshot 1.8.22-snap11. Update version to 1.8.22-snap12.
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 6cd9416..2a33fe4 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 22 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap11" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap12" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.22-snap11" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.22-snap12" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)