diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-08-06 09:13:59 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-08-06 09:13:59 (GMT) |
commit | e2be5b3d4958fe30fac73ebf717c172fce6474a7 (patch) | |
tree | 4b4e8a1c1d3ca5a08c8ec375d4ccc4d276eda121 /src/H5public.h | |
parent | 7ede57157f1f0e192f0b5ba784de9a91c67b1069 (diff) | |
download | hdf5-e2be5b3d4958fe30fac73ebf717c172fce6474a7.zip hdf5-e2be5b3d4958fe30fac73ebf717c172fce6474a7.tar.gz hdf5-e2be5b3d4958fe30fac73ebf717c172fce6474a7.tar.bz2 |
[svn-r575] 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 1528afe..ada8d22 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 62 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 63 /* For tweaks, bug-fixes, or development */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |