diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-01-18 08:24:00 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2004-01-18 08:24:00 (GMT) |
commit | 43163efc35e32265687b7f0934c5cc62f976f1ce (patch) | |
tree | acbf05e4cd2a72644cadc1d295381634becb6b68 /src/H5public.h | |
parent | 35266165fe6dafc8ffe656204f2c6259c7d271f6 (diff) | |
download | hdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.zip hdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.tar.gz hdf5-43163efc35e32265687b7f0934c5cc62f976f1ce.tar.bz2 |
[svn-r8077] Snapshot version 1.7 release 16
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h index f568b15..d3f6303 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -75,10 +75,10 @@ extern "C" { /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 7 /* 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 H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.7.16" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.7.17" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |