summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-02-18 21:14:43 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-02-18 21:14:43 (GMT)
commitafc010179ce9bed6b9a432fe7531070e5fa589f1 (patch)
treef94fdcf9e547ac3cc67649b2de195a218f36d36e /src
parent247cb2989f4cc0e730be27bc57baae23e8814178 (diff)
downloadhdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.zip
hdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.tar.gz
hdf5-afc010179ce9bed6b9a432fe7531070e5fa589f1.tar.bz2
Update version on hdf5_1_10 branch to 1.10.6-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 1ff2954..e73ce8b 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 5 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 6 /* 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.5-snap1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.6-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)