diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-12-14 08:15:50 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2003-12-14 08:15:50 (GMT) |
commit | baf1da6e4b97d596286a928c806d29104dcbe315 (patch) | |
tree | 094968722cbb6fee4226ef3c1ccd1aa42c23d527 /src | |
parent | d6c035b8d4ebdf03221b3fac9322766ff2e71a6f (diff) | |
download | hdf5-baf1da6e4b97d596286a928c806d29104dcbe315.zip hdf5-baf1da6e4b97d596286a928c806d29104dcbe315.tar.gz hdf5-baf1da6e4b97d596286a928c806d29104dcbe315.tar.bz2 |
[svn-r7955] Snapshot version 1.7 release 11
Diffstat (limited to 'src')
-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 2813186..9e2a915 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 11 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 12 /* 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.11" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.7.12" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |