diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-01-23 22:57:33 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-01-23 22:57:33 (GMT) |
commit | b6461fc56eca94872bcfd44febcb21e944948668 (patch) | |
tree | 97669928e4c1eb87de8853dec24f429dbbf367ef /src | |
parent | d89c2c43f37795f906152dbc66a70b232dfb90bb (diff) | |
download | hdf5-b6461fc56eca94872bcfd44febcb21e944948668.zip hdf5-b6461fc56eca94872bcfd44febcb21e944948668.tar.gz hdf5-b6461fc56eca94872bcfd44febcb21e944948668.tar.bz2 |
[svn-r13184] Changed release version to alpha5snap0 to restart snapshot release.
Platforms tested:
Eyeballed the svn diff output. Looked good.
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 9da864c..30e683c 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -68,9 +68,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 "alpha6" /* For pre-releases like snap0 */ +#define H5_VERS_SUBRELEASE "alpha5snap0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha6" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha5snap0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |