diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-24 20:46:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-24 20:46:19 (GMT) |
commit | 3a6a09d4fd01762c9ea32f3935887a91f0df6dab (patch) | |
tree | f56115d9c09e61c8afe5ca24e1ca73c11d027dad /src/H5public.h | |
parent | ca426e2f32b0332a05e63b5e2820acfffef5efd9 (diff) | |
download | hdf5-3a6a09d4fd01762c9ea32f3935887a91f0df6dab.zip hdf5-3a6a09d4fd01762c9ea32f3935887a91f0df6dab.tar.gz hdf5-3a6a09d4fd01762c9ea32f3935887a91f0df6dab.tar.bz2 |
[svn-r544] Added code for H5Sselect_none call.
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 6d9c779..80b05d8 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 36 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 38 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |