summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2016-10-01 14:41:26 (GMT)
committerlrknox <lrknox>2016-10-01 14:41:26 (GMT)
commit6cb0d90338ca9e16f793b3ae38aac4b77c499d42 (patch)
tree23242ccdab81aadc84b766b08ece1baa63d15014 /src/H5public.h
parent75333d5a91e444fa6c5634307a3b1f3fac5018a7 (diff)
downloadhdf5-6cb0d90338ca9e16f793b3ae38aac4b77c499d42.zip
hdf5-6cb0d90338ca9e16f793b3ae38aac4b77c499d42.tar.gz
hdf5-6cb0d90338ca9e16f793b3ae38aac4b77c499d42.tar.bz2
Snapshot release: increment version.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 2f21648..84c98fa 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -94,10 +94,10 @@ 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 234 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 235 /* 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.234" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.9.235" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)