summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2018-03-14 21:19:26 (GMT)
committerlrknox <lrknox>2018-03-14 21:19:26 (GMT)
commitaa199c893fe5db9ef25c5ee026821333620c4c51 (patch)
treedbcdf26ed84b02ce6af851eaa2ade2080f74adae /src/H5public.h
parent5ab5338b12fd89148ca6239c5f8f710468945688 (diff)
downloadhdf5-aa199c893fe5db9ef25c5ee026821333620c4c51.zip
hdf5-aa199c893fe5db9ef25c5ee026821333620c4c51.tar.gz
hdf5-aa199c893fe5db9ef25c5ee026821333620c4c51.tar.bz2
Updated version to 1.10.3-snap0
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 29c5ec1..c30d4ba 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 2 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap10" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 3 /* 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.2-snap10" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.3-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)