summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJordan Henderson <jhenderson@hdfgroup.org>2018-08-09 16:38:23 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2018-08-09 18:48:52 (GMT)
commitda698a07207536a06ff1da8f99dc4e7622215e0d (patch)
tree576b585fae204f3e30c80a2bfeb4774aa72245c1 /src
parentf378513a67dcda5cf4750a2422f5f646abdcbbe9 (diff)
downloadhdf5-da698a07207536a06ff1da8f99dc4e7622215e0d.zip
hdf5-da698a07207536a06ff1da8f99dc4e7622215e0d.tar.gz
hdf5-da698a07207536a06ff1da8f99dc4e7622215e0d.tar.bz2
Rearrange issues by date order
Update version. Update .so versions to match 1.10.3.
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 6d767b4..1ff2323 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 3 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap4" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 4 /* 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.3-snap4" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.10.4-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)