summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-06-05 22:10:39 (GMT)
committerlrknox <lrknox>2017-06-08 15:17:26 (GMT)
commit34c1ca89db3557a7c9f4ed7a63df547cd722be10 (patch)
tree46273d6d7b6768d4bd2943531afee274def991fb /src/H5public.h
parentd6c48e58c31a523f4931a60a8ac44bec4d2b201b (diff)
downloadhdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.zip
hdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.tar.gz
hdf5-34c1ca89db3557a7c9f4ed7a63df547cd722be10.tar.bz2
Update h5vers and release scripts for 1.8.19 branch, set version to
1.8.19-pre1. Note: changes to these scripts were brought from develop/hdf5_1_10 and modified for 1.8 version differences. Update HDF5 version to 1.8.20-snap0. Update HL .so number for added API function.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 0f7beda..0e46778 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 19 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap4" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 20 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.19-snap4" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.20-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)