summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-10-30 19:37:03 (GMT)
committerlrknox <lrknox>2017-10-30 19:37:03 (GMT)
commitaea5e1f5d5c4e76c97e964f0f25f25a866d4d563 (patch)
tree15a0fe446b5292fbe3ff0964b05203b1da8b7cae /src
parent42cdbb9e71ab6fe74196f361ce2b1a6eb92a5245 (diff)
downloadhdf5-aea5e1f5d5c4e76c97e964f0f25f25a866d4d563.zip
hdf5-aea5e1f5d5c4e76c97e964f0f25f25a866d4d563.tar.gz
hdf5-aea5e1f5d5c4e76c97e964f0f25f25a866d4d563.tar.bz2
Update version string to hdf5 1.8.20-pre0 for newly created hdf5_1_8_20
branch.
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 c6193a3..151047e 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 20 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap8" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "pre0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.20-snap8" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.20-pre0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)