diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-18 09:20:09 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-18 09:20:09 (GMT) |
commit | d3c8def6aa7e19e0005b6392f41a9d4bd4bb14af (patch) | |
tree | d7a43d3c848f4fff7a0e3729458f6f14a23b6c06 | |
parent | 50e980f28ebd75cb73b34660ab483f15041a71e6 (diff) | |
download | hdf5-d3c8def6aa7e19e0005b6392f41a9d4bd4bb14af.zip hdf5-d3c8def6aa7e19e0005b6392f41a9d4bd4bb14af.tar.gz hdf5-d3c8def6aa7e19e0005b6392f41a9d4bd4bb14af.tar.bz2 |
[svn-r705] 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 c96ab63..39bd32c 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 2 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |