diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-25 09:20:47 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-25 09:20:47 (GMT) |
commit | b3ac7d4c7f9fbca24ab999bff05c55fd9f5d83dd (patch) | |
tree | c7989fa9e7a5f51b2c660995c7ba0f211f04a8fd /src | |
parent | 311e4c9ebfbea0be881586df16a8a411bb7fc9f8 (diff) | |
download | hdf5-b3ac7d4c7f9fbca24ab999bff05c55fd9f5d83dd.zip hdf5-b3ac7d4c7f9fbca24ab999bff05c55fd9f5d83dd.tar.gz hdf5-b3ac7d4c7f9fbca24ab999bff05c55fd9f5d83dd.tar.bz2 |
[svn-r721] 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 e042abf..9ff0770 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 9 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 10 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |