diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-21 09:19:54 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-21 09:19:54 (GMT) |
commit | 19369ba422ed1bda92613ac841573b507873ce1c (patch) | |
tree | c1e5fecb0e521d0ebcee6bfc1dfa5eb587ea6e29 /src/H5public.h | |
parent | 42c184af74fc10559b95a461e5b6e5d92d75c9a4 (diff) | |
download | hdf5-19369ba422ed1bda92613ac841573b507873ce1c.zip hdf5-19369ba422ed1bda92613ac841573b507873ce1c.tar.gz hdf5-19369ba422ed1bda92613ac841573b507873ce1c.tar.bz2 |
[svn-r710] Snapshot
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 fe1a6ca..edfc52c 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 1 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 5 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 6 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |