summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorhdftest <hdftest@hdfgroup.org>2018-04-16 02:24:32 (GMT)
committerhdftest <hdftest@hdfgroup.org>2018-04-16 02:24:32 (GMT)
commitff30acd3c85b8611f3c21685783cb5986390d7b1 (patch)
tree9e96fd16971216367df53595d13e3d78a2ef1e60 /src/H5public.h
parentd7ba9057db1afa81d53d466dac5a03c5e82554f1 (diff)
downloadhdf5-ff30acd3c85b8611f3c21685783cb5986390d7b1.zip
hdf5-ff30acd3c85b8611f3c21685783cb5986390d7b1.tar.gz
hdf5-ff30acd3c85b8611f3c21685783cb5986390d7b1.tar.bz2
Snapshot version 1.8 release 21 (snap12)
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 6bb14f8..6007f16 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -93,9 +93,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 21 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap12" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap13" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap12" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap13" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)