diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-15 05:42:11 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-15 05:42:11 (GMT) |
commit | b75461c219d2af534fc54c286b5a2313ea7d98c4 (patch) | |
tree | 9b02bdb9826fc36217b4e9515a87055d4e911eaa /src | |
parent | 6327ee5ee44c8aeb9e489e98a0a090f97636f3a7 (diff) | |
download | hdf5-b75461c219d2af534fc54c286b5a2313ea7d98c4.zip hdf5-b75461c219d2af534fc54c286b5a2313ea7d98c4.tar.gz hdf5-b75461c219d2af534fc54c286b5a2313ea7d98c4.tar.bz2 |
[svn-r507] Last updates for alpha2 release (I think :-)hdf5-1_0_0-alpha2
Diffstat (limited to 'src')
-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 51eb804..c13ec17 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -27,7 +27,7 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface changes */ #define H5_VERS_MINOR 0 /* For minor interface changes */ -#define H5_VERS_RELEASE 21 /* For interface tweaks & bug-fixes */ +#define H5_VERS_RELEASE 23 /* For interface tweaks & bug-fixes */ #define H5_VERS_PATCH 0 /* For small groups of bug fixes */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR,\ |