summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-10-27 18:04:47 (GMT)
committerlrknox <lrknox>2016-10-27 18:04:47 (GMT)
commita9904073c5996c1733d7151d9bdbd9daa9d23503 (patch)
tree220f09bdb41e54cf201260910d6af9816f7ad441 /src
parent9c319125b1ec0e7c7b7e1e03575bedc1f54ff66c (diff)
downloadhdf5-a9904073c5996c1733d7151d9bdbd9daa9d23503.zip
hdf5-a9904073c5996c1733d7151d9bdbd9daa9d23503.tar.gz
hdf5-a9904073c5996c1733d7151d9bdbd9daa9d23503.tar.bz2
Updated support branch version number to 1.8.19-snap0
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 ee5ccb9..2926cd4 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -94,10 +94,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 18 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap2" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 19 /* 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.18-snap2" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.19-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)