summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-05-19 16:30:12 (GMT)
committerGitHub <noreply@github.com>2023-05-19 16:30:12 (GMT)
commit722574e05c34297e27ea8ef13f7b55efe5fc2de0 (patch)
treeeccb9e3a2c19e8ca7c4a0ecf125ac1147bc63de5 /src
parentdd82e186ff1719303f07a1c11c08f0905eb6c177 (diff)
downloadhdf5-722574e05c34297e27ea8ef13f7b55efe5fc2de0.zip
hdf5-722574e05c34297e27ea8ef13f7b55efe5fc2de0.tar.gz
hdf5-722574e05c34297e27ea8ef13f7b55efe5fc2de0.tar.bz2
Update version (#2971)
* Update version Copy RELEASE.txt from 1.14.1-2 release into HISTORY-1_14.txt Clear out RELEASE.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 185deb0..193c8b9 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -83,7 +83,7 @@
/**
* For tweaks, bug-fixes, or development
*/
-#define H5_VERS_RELEASE 1
+#define H5_VERS_RELEASE 2
/**
* 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.1-1"
+#define H5_VERS_INFO "HDF5 library version: 1.14.2-1"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)