diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2000-07-08 08:08:43 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2000-07-08 08:08:43 (GMT) |
commit | 27a8936a270204a122cab1445ab032c71d4f878e (patch) | |
tree | aca1e99aaa0ea172edc8578b0ef0b06f8e6f4e67 /src/H5public.h | |
parent | ccc3f3a1033ea1c3c3aa4fc1f484a0096ee9e1d4 (diff) | |
download | hdf5-27a8936a270204a122cab1445ab032c71d4f878e.zip hdf5-27a8936a270204a122cab1445ab032c71d4f878e.tar.gz hdf5-27a8936a270204a122cab1445ab032c71d4f878e.tar.bz2 |
[svn-r2429] Snapshot version 1.3 release 24
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 1a584be..8ac7c6d 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -56,7 +56,7 @@ static char RcsId[] = "@(#)$Revision$"; /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 3 /* 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 H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ |