diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-11-22 09:26:30 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-11-22 09:26:30 (GMT) |
commit | ae8f25bd43666b75275f6cb9e2bf0c084f8cea5e (patch) | |
tree | 26da7d02d3d91d1af8b59e09182d20fea4f330cc /src | |
parent | c43b9183ccf64b8a8dae444029863ee61397901d (diff) | |
download | hdf5-ae8f25bd43666b75275f6cb9e2bf0c084f8cea5e.zip hdf5-ae8f25bd43666b75275f6cb9e2bf0c084f8cea5e.tar.gz hdf5-ae8f25bd43666b75275f6cb9e2bf0c084f8cea5e.tar.bz2 |
[svn-r943] Snapshot
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 23df0b4..3df6145 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 30 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 31 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |