diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 05:41:45 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2006-04-18 05:41:45 (GMT) |
commit | b0da4a248775802d6feb3b7470f1416aa317f8aa (patch) | |
tree | 5e36a35221f059542b8ffad3d9caa27207ef3fc6 /src/H5public.h | |
parent | 39437c5040b168014e27bd5b1f4afb0482764ae5 (diff) | |
download | hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.zip hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.tar.gz hdf5-b0da4a248775802d6feb3b7470f1416aa317f8aa.tar.bz2 |
[svn-r12276] Purpose: Maintenance/typo fix/1.8.0-alpha0 release
Description: Here is what I did:
modified MANIFEST according Quincey's instructions to fix
the problem exposed by bin/release (compilation fails
because some header files were not included in the distribution)
fixed small typo and modified include_HEADERS line in
src/Makefile.am to address the problem exposed by bin/release
ran bin/h5vers to change version number to 1.8.0-alpha0
ran bin/release to release tar ball to the ftp server
Solution:
Platforms tested: mir MANY,MANY,MANY times
Misc. update:
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5public.h b/src/H5public.h index da55a1d..0533afe 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -65,11 +65,11 @@ 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 59 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ +#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 "alpha0" /* For pre-releases like snap0 */ /* Empty string for real releases. */ -#define H5_VERS_INFO "HDF5 library version: 1.7.59" /* Full version string */ +#define H5_VERS_INFO "HDF5 library version: 1.8.0-alpha0" /* Full version string */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) |