diff options
author | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2006-09-16 20:38:42 (GMT) |
---|---|---|
committer | HDF Admin <hdfadmin@ncsa.uiuc.edu> | 2006-09-16 20:38:42 (GMT) |
commit | d5d664a56c42ec8ebb7863abc80c137ac5570f43 (patch) | |
tree | 610549dae671f2ca50d32383183a4aa76cd38b53 /src/H5public.h | |
parent | b047710a9577cb381308f30b67e81f2974029333 (diff) | |
download | hdf5-d5d664a56c42ec8ebb7863abc80c137ac5570f43.zip hdf5-d5d664a56c42ec8ebb7863abc80c137ac5570f43.tar.gz hdf5-d5d664a56c42ec8ebb7863abc80c137ac5570f43.tar.bz2 |
[svn-r12670] Snapshot version 1.8 release 0 (alpha5)
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 adf4b1d..cc29c78 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -67,9 +67,9 @@ extern "C" { #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 8 /* For minor interface/format changes */ #define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "alpha5" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "alpha6" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha5" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha6" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |