diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-12-08 09:23:07 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-12-08 09:23:07 (GMT) |
commit | 16b789409def33adf5a64ba0adaeaf6204a20dad (patch) | |
tree | 38838df7677a9137a428d83164ca8701eda9299d | |
parent | d0b9e6dd0a5cb12bae85a8b9d368bcb4c4e6d8ae (diff) | |
download | hdf5-16b789409def33adf5a64ba0adaeaf6204a20dad.zip hdf5-16b789409def33adf5a64ba0adaeaf6204a20dad.tar.gz hdf5-16b789409def33adf5a64ba0adaeaf6204a20dad.tar.bz2 |
[svn-r963] 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 5e5ad9a..bcfca23 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 34 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 35 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |