summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-03-20 22:14:16 (GMT)
committerlrknox <lrknox>2017-03-20 22:14:16 (GMT)
commitcd8ec2cc440f621134c9f8895c9dc2013c535863 (patch)
tree344479170e191486245d0e097924affd1ebc2fc7 /src/H5public.h
parent6ac4648fd9e557c886aff56e583e5e29a7f27ca1 (diff)
downloadhdf5-cd8ec2cc440f621134c9f8895c9dc2013c535863.zip
hdf5-cd8ec2cc440f621134c9f8895c9dc2013c535863.tar.gz
hdf5-cd8ec2cc440f621134c9f8895c9dc2013c535863.tar.bz2
Extend h5vers to update version strings in java files and h5repack
version test expected output file. Update version on develop branch to 1.11.0. Please enter the commit message for your changes. Lines starting
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 f0eb63a..cab90aa 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -93,11 +93,11 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
-#define H5_VERS_MINOR 9 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 236 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_MINOR 11 /* 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.9.236" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.11.0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)