summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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)