summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-12-28 21:13:14 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2022-12-28 21:13:14 (GMT)
commitf42b64a349e6dff5aced5dcaf954830933221842 (patch)
tree569e86c24dbaba14c0f6214ab39df61dd6e6dc1c /src
parent9b9d7e13552e082e7152dcc6c819c0eee1b0db49 (diff)
downloadhdf5-f42b64a349e6dff5aced5dcaf954830933221842.zip
hdf5-f42b64a349e6dff5aced5dcaf954830933221842.tar.gz
hdf5-f42b64a349e6dff5aced5dcaf954830933221842.tar.bz2
Set version to 1.14.0.
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 b746d04..7bec41f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -87,11 +87,11 @@
/**
* For pre-releases like \c snap0. Empty string for official releases.
*/
-#define H5_VERS_SUBRELEASE "1"
+#define H5_VERS_SUBRELEASE ""
/**
* Full version string
*/
-#define H5_VERS_INFO "HDF5 library version: 1.14.0-1"
+#define H5_VERS_INFO "HDF5 library version: 1.14.0"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)