summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-15 00:47:18 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-15 00:47:18 (GMT)
commite350a69a55f2101d7e31dc8b3565da50ef452643 (patch)
tree0b4f2b4b10be3ae4fc73999df45bd980e2cc5635 /src/H5public.h
parente0c9ca3cce62a7cfe072c52cd5d98c334d46b9ff (diff)
downloadhdf5-e350a69a55f2101d7e31dc8b3565da50ef452643.zip
hdf5-e350a69a55f2101d7e31dc8b3565da50ef452643.tar.gz
hdf5-e350a69a55f2101d7e31dc8b3565da50ef452643.tar.bz2
[svn-r493] Fixed a bug when iterating through hyperslabs with greater than 2 dimensions.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index e336c90..3cd58df 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -27,7 +27,7 @@
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface changes */
#define H5_VERS_MINOR 0 /* For minor interface changes */
-#define H5_VERS_RELEASE 14 /* For interface tweaks & bug-fixes */
+#define H5_VERS_RELEASE 17 /* For interface tweaks & bug-fixes */
#define H5_VERS_PATCH 0 /* For small groups of bug fixes */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR,\