From c638ee56596bc8ff4908d3fb73a6911ad6181d01 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Wed, 22 Jul 1998 08:53:00 -0500 Subject: [svn-r528] Updated version --- src/H5public.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5public.h b/src/H5public.h index 3caf7cf..104ed28 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 24 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 25 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12