diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 19:02:54 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-23 19:02:54 (GMT) |
commit | 3ca1c8b1313a8c9f7759299dc6071b2f51993f26 (patch) | |
tree | 47bd010a8a999fa4dc71f19d3f4746c9e3eb690a /src/H5public.h | |
parent | d4088f3610ec835056041948bf0cc917d8e6f602 (diff) | |
download | hdf5-3ca1c8b1313a8c9f7759299dc6071b2f51993f26.zip hdf5-3ca1c8b1313a8c9f7759299dc6071b2f51993f26.tar.gz hdf5-3ca1c8b1313a8c9f7759299dc6071b2f51993f26.tar.bz2 |
[svn-r532] Added code for H5Sextent_class (renamed H5Sget_class)
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 641c6de..55b76f8 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 28 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 30 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |