summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-10-30 17:45:31 (GMT)
committerGitHub <noreply@github.com>2023-10-30 17:45:31 (GMT)
commit71d8975b54310631bf8354e8a2e6751c03e4b2ba (patch)
treef487b2ac05f90aff67632425191e69fb05f50581 /src
parent12d0a5d787c55758c1cb89233afc6e85ef0f8775 (diff)
downloadhdf5-71d8975b54310631bf8354e8a2e6751c03e4b2ba.zip
hdf5-71d8975b54310631bf8354e8a2e6751c03e4b2ba.tar.gz
hdf5-71d8975b54310631bf8354e8a2e6751c03e4b2ba.tar.bz2
Update version to 1.14.4-1. (#3799)
Clean 1.14.3 entries from RELEASE.txt. Add hdf5-1.14.3-RELEASE.txt contents to HISTORY-1_14.txt.
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 2d96d1e..a40ca00 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -83,7 +83,7 @@
/**
* For tweaks, bug-fixes, or development
*/
-#define H5_VERS_RELEASE 3
+#define H5_VERS_RELEASE 4
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
@@ -91,7 +91,7 @@
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.14.3-1"
+#define H5_VERS_INFO "HDF5 library version: 1.14.4-1"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)