summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-04-17 16:54:56 (GMT)
committerlrknox <lrknox>2017-04-17 16:54:56 (GMT)
commitfa7fd322d9707c3bec23eab711a8df18c62f3f1c (patch)
tree1acf80f32dc3752f1000c723af0f8610f74060b1 /src
parentcb9b9f0f7c3c4cd18f1fe9e6b7b2599c223ca614 (diff)
downloadhdf5-fa7fd322d9707c3bec23eab711a8df18c62f3f1c.zip
hdf5-fa7fd322d9707c3bec23eab711a8df18c62f3f1c.tar.gz
hdf5-fa7fd322d9707c3bec23eab711a8df18c62f3f1c.tar.bz2
Update version to 1.10.1-pre3.
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 7a5bf03..8b9ac45 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 10 /* For minor interface/format changes */
#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "pre2" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre3" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.1-pre2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.1-pre3" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)