From d6cc19e3f2f84d50e1a62b004a34d6c2a9734a10 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Fri, 12 Mar 1999 04:22:26 -0500 Subject: [svn-r1137] Snapshot --- src/H5public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5public.h b/src/H5public.h index a23a80c..00715e3 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -41,7 +41,7 @@ static char RcsId[] = "@(#)$Revision$"; /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 1 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 61 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 62 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12