summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2019-09-25 21:21:23 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2019-09-25 21:21:23 (GMT)
commitb04e1ad058fd98fc0b303586dd5f6f19aa645ed0 (patch)
treede87b5d50a3edb0a1a12abb7e0991fe712c2061c /src/H5public.h
parent6632780f419d48b7ca21f5b5dcd912f9698f67e7 (diff)
downloadhdf5-b04e1ad058fd98fc0b303586dd5f6f19aa645ed0.zip
hdf5-b04e1ad058fd98fc0b303586dd5f6f19aa645ed0.tar.gz
hdf5-b04e1ad058fd98fc0b303586dd5f6f19aa645ed0.tar.bz2
Update develop branch version to 1.13.0 after creation of hdf5_1_12
branch.
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 b79fcfb..8021027 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -95,11 +95,11 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
-#define H5_VERS_MINOR 11 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 6 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_MINOR 13 /* For minor interface/format changes */
+#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.11.6" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.13.0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)