diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-12-19 19:23:09 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-12-19 19:23:09 (GMT) |
commit | 976700c212aa65b57cc66d3be4589a5fc9fec9a4 (patch) | |
tree | 9e5ed08fbcca64176735739d0c47eb0b6c2ce1b0 /src/H5public.h | |
parent | ae97d70661b18d58042baae731b63554ac5e12f2 (diff) | |
download | hdf5-976700c212aa65b57cc66d3be4589a5fc9fec9a4.zip hdf5-976700c212aa65b57cc66d3be4589a5fc9fec9a4.tar.gz hdf5-976700c212aa65b57cc66d3be4589a5fc9fec9a4.tar.bz2 |
[svn-r3161] Purpose:
Prepare for 1.4.0beta1 release
README:
src/H5public.h:
Updated with 1.4.0beta1 version information.
configure.in:
Changed default setting to --enable-production --disable-debug.
configure:
Derived from configure.in via autoconf.
Platforms tested:
Eirene (linux) running just the configure command and compared
difference with previous configure output to verify expected
difference.
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h index 9f6f22a..de439d8 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -55,9 +55,9 @@ static char RcsId[] = "@(#)$Revision$"; /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ -#define H5_VERS_MINOR 3 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 37 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */ +#define H5_VERS_MINOR 4 /* For minor interface/format changes */ +#define H5_VERS_RELEASE 0 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_SUBRELEASE "beta1" /* For pre-releases like snap0 */ /* Empty string for real releases. */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ |