summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-09-05 20:11:44 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-09-05 20:11:44 (GMT)
commit20712bef862cec627e046b712ebe5777b804c97c (patch)
treeffb2e381ab7667cc91586b61ca7b52406adfa2ca /src
parenta033634b6a29dabb82b23889c10807db57614499 (diff)
downloadhdf5-20712bef862cec627e046b712ebe5777b804c97c.zip
hdf5-20712bef862cec627e046b712ebe5777b804c97c.tar.gz
hdf5-20712bef862cec627e046b712ebe5777b804c97c.tar.bz2
Update version
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 1ff2323..b74af19 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -93,10 +93,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 10 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 5 /* 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.10.4-snap0" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.5-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)