diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 23:29:44 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 23:29:44 (GMT) |
commit | 86a68d5e4671da7f5cbf0ca3274153ab139c19bb (patch) | |
tree | c871b58dcf827531b1115ef8f18d905f767bb402 /src/H5public.h | |
parent | 451404ceeeb7bae6cad56a856d097a8ed3f69576 (diff) | |
download | hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.zip hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.tar.gz hdf5-86a68d5e4671da7f5cbf0ca3274153ab139c19bb.tar.bz2 |
[svn-r539] Added H5Sselect_all code
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 fe73d60..6d9c779 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 35 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 36 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |