diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-10-23 09:20:00 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-10-23 09:20:00 (GMT) |
commit | 97621ca893aeebe459bb91265525b6409dc0a5b9 (patch) | |
tree | b509fdea92eb89adafc6627644092b7de237bafa /src | |
parent | 85cf3f4bb818f9de4497671b1816e63e2c338c38 (diff) | |
download | hdf5-97621ca893aeebe459bb91265525b6409dc0a5b9.zip hdf5-97621ca893aeebe459bb91265525b6409dc0a5b9.tar.gz hdf5-97621ca893aeebe459bb91265525b6409dc0a5b9.tar.bz2 |
[svn-r778] 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 04550c0..a487de7 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 16 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 17 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |