summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlrknox <lrknox>2018-05-13 01:39:08 (GMT)
committerlrknox <lrknox>2018-05-13 01:39:08 (GMT)
commita5bab8081e2e91b0608287652ab82a2d3d5887e4 (patch)
treec0b0118a6052d47964ea3311f72c675aebb77e58 /src
parent9b953884c57d89557df93af3e0145365acb5ea89 (diff)
downloadhdf5-a5bab8081e2e91b0608287652ab82a2d3d5887e4.zip
hdf5-a5bab8081e2e91b0608287652ab82a2d3d5887e4.tar.gz
hdf5-a5bab8081e2e91b0608287652ab82a2d3d5887e4.tar.bz2
Updated support branch version number to 1.8.22
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 6007f16..b2c72c2 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -92,10 +92,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 21 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap13" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 22 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap13" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.22" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)