diff options
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index ada8d22..30346b1 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -11,7 +11,7 @@ ****************************************************************************/ /* - * This file contains public declarations for the H5 module. + * This file contains public declarations for the HDF5 module. */ #ifndef _H5public_H #define _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 63 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 64 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |