summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2022-12-13 20:06:44 (GMT)
committerGitHub <noreply@github.com>2022-12-13 20:06:44 (GMT)
commit4e5bdb8c4e2c1b2b5636b831c0e7b4355526ccfc (patch)
treed46c8ff23e1205fac0e2277eeb5052fe4ccad001 /src/H5public.h
parentb9f4c001ade4c230f8325080f3dd8181648324ab (diff)
downloadhdf5-4e5bdb8c4e2c1b2b5636b831c0e7b4355526ccfc.zip
hdf5-4e5bdb8c4e2c1b2b5636b831c0e7b4355526ccfc.tar.gz
hdf5-4e5bdb8c4e2c1b2b5636b831c0e7b4355526ccfc.tar.bz2
Update versions for hdf5_1_14 develop branch after creation of (#2294)
hdf5_1-14_0 branch for 1.14.0 release.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 345191c..2b4d62b 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -79,11 +79,11 @@
/**
* For minor interface/format changes
*/
-#define H5_VERS_MINOR 13
+#define H5_VERS_MINOR 14
/**
* For tweaks, bug-fixes, or development
*/
-#define H5_VERS_RELEASE 4
+#define H5_VERS_RELEASE 1
/**
* 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.13.4-1"
+#define H5_VERS_INFO "HDF5 library version: 1.14.1-1"
#define H5check() H5check_version(H5_VERS_MAJOR, H5_VERS_MINOR, H5_VERS_RELEASE)