From 430b1a9c84257bac574fddd09d90cb8676d02cb7 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Thu, 6 Aug 1998 08:09:03 -0500 Subject: [svn-r577] Testing --- src/H5public.h | 4 ++-- 1 file 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) -- cgit v0.12