diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-27 09:19:56 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-27 09:19:56 (GMT) |
commit | 1e88d9ac676a6672770bab3eef5cb512bef40194 (patch) | |
tree | 702c162b84363b89d5f614ed9b8116702567aa8d | |
parent | 27cf1577bafb29f6ea1a914d4f345da422b4e464 (diff) | |
download | hdf5-1e88d9ac676a6672770bab3eef5cb512bef40194.zip hdf5-1e88d9ac676a6672770bab3eef5cb512bef40194.tar.gz hdf5-1e88d9ac676a6672770bab3eef5cb512bef40194.tar.bz2 |
[svn-r804] 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 dfc8525..56da8aa 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 19 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 20 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |