summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-19 14:05:36 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-19 14:05:36 (GMT)
commit0315478a9be4f86c9820fe890eba7856db6fd19f (patch)
tree503d4ab6713a4bfcffbf2801a300ea603fbc6199 /src
parentd5abf80c4caa9bef6cb42effacdd24dc31cee05b (diff)
downloadhdf5-0315478a9be4f86c9820fe890eba7856db6fd19f.zip
hdf5-0315478a9be4f86c9820fe890eba7856db6fd19f.tar.gz
hdf5-0315478a9be4f86c9820fe890eba7856db6fd19f.tar.bz2
Updated HDF5 1.10 support branch version number to 1.10.8-0
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 e451905..8fab9a0 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -96,10 +96,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 7 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "1" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 8 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.10.7-1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.80" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)