diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-17 09:20:17 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-17 09:20:17 (GMT) |
commit | 50e980f28ebd75cb73b34660ab483f15041a71e6 (patch) | |
tree | abf2cb8eeafdbf1cff45c8ae988a19f696a90075 | |
parent | 971c7617dbef2dc36ee3737e91d8065c0ef0892c (diff) | |
download | hdf5-50e980f28ebd75cb73b34660ab483f15041a71e6.zip hdf5-50e980f28ebd75cb73b34660ab483f15041a71e6.tar.gz hdf5-50e980f28ebd75cb73b34660ab483f15041a71e6.tar.bz2 |
[svn-r704] Snapshot
-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 913ad19..c96ab63 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 1 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |