summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2023-08-03 20:03:13 (GMT)
committerGitHub <noreply@github.com>2023-08-03 20:03:13 (GMT)
commit51715c1be614a5f177298ec1974ac992f62163ae (patch)
treee4bf89bf73eb01ccd14cae2ee7d534f9c50cc0fc /src
parent27b2d6735cbc326dbfa3f8e0a07ca7ba82ffe253 (diff)
downloadhdf5-51715c1be614a5f177298ec1974ac992f62163ae.zip
hdf5-51715c1be614a5f177298ec1974ac992f62163ae.tar.gz
hdf5-51715c1be614a5f177298ec1974ac992f62163ae.tar.bz2
Set version to 1.14.3-1. (#3343)
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 cc8fc16..0ee7c5a 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -83,7 +83,7 @@
/**
* For tweaks, bug-fixes, or development
*/
-#define H5_VERS_RELEASE 2
+#define H5_VERS_RELEASE 3
/**
* 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.2-1"
+#define H5_VERS_INFO "HDF5 library version: 1.14.3-1"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)