summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2018-09-06 11:23:23 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-09-06 11:23:23 (GMT)
commit930818ca679fc4df876377036f9a0184d417bdbf (patch)
treeffb2e381ab7667cc91586b61ca7b52406adfa2ca /src
parenta033634b6a29dabb82b23889c10807db57614499 (diff)
parent20712bef862cec627e046b712ebe5777b804c97c (diff)
downloadhdf5-930818ca679fc4df876377036f9a0184d417bdbf.zip
hdf5-930818ca679fc4df876377036f9a0184d417bdbf.tar.gz
hdf5-930818ca679fc4df876377036f9a0184d417bdbf.tar.bz2
Merge pull request #1234 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10
* commit '20712bef862cec627e046b712ebe5777b804c97c': 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)