diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-22 22:11:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-07-22 22:11:22 (GMT) |
commit | b970dce3ec059f86206b275d55fde2b8b6e5fd33 (patch) | |
tree | ae810bf2af451559ced99a17269ec06f8db4dbce /src/H5public.h | |
parent | 29a029d7e7c95be8ded8fb4e0989e3711ab7e3dc (diff) | |
download | hdf5-b970dce3ec059f86206b275d55fde2b8b6e5fd33.zip hdf5-b970dce3ec059f86206b275d55fde2b8b6e5fd33.tar.gz hdf5-b970dce3ec059f86206b275d55fde2b8b6e5fd33.tar.bz2 |
[svn-r530] Added code so H5Scopy copies selections properly.
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 104ed28..641c6de 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 25 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 28 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |