diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-11-26 09:23:22 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-11-26 09:23:22 (GMT) |
commit | 6900f5f95855fdf04e970dca06e07ad1c081d709 (patch) | |
tree | 2c1dd0a37eccdb79b707ad6f02903ddf3ad9933e /src | |
parent | 7738afbd8abd484a600117bfac1d92cc2bf4e58e (diff) | |
download | hdf5-6900f5f95855fdf04e970dca06e07ad1c081d709.zip hdf5-6900f5f95855fdf04e970dca06e07ad1c081d709.tar.gz hdf5-6900f5f95855fdf04e970dca06e07ad1c081d709.tar.bz2 |
[svn-r954] 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 ce97b65..5e5ad9a 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 33 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 34 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |