diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 21:28:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 21:28:22 (GMT) |
commit | 451404ceeeb7bae6cad56a856d097a8ed3f69576 (patch) | |
tree | 6a34094bd46e4e626b48ab5ca9023856f50c982d /src/H5public.h | |
parent | c8d2f1e17a828016487bb7661f3eff4135c92226 (diff) | |
download | hdf5-451404ceeeb7bae6cad56a856d097a8ed3f69576.zip hdf5-451404ceeeb7bae6cad56a856d097a8ed3f69576.tar.gz hdf5-451404ceeeb7bae6cad56a856d097a8ed3f69576.tar.bz2 |
[svn-r538] Added H5Sset_extent_none and H5Sextent_copy functions. They are wrappers
around features already tested.
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index 5a10adf..fe73d60 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -27,7 +27,7 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 0 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 34 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 35 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |