diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2000-03-04 01:19:19 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2000-03-04 01:19:19 (GMT) |
commit | 99a30e1e601a7968715458d557a4030fb548f57c (patch) | |
tree | 9e7b6c887d92c5e7b4014b89415f211024bbc39b | |
parent | 0cba6a50e08f611a6003f78e953c7cb3692f270c (diff) | |
download | hdf5-99a30e1e601a7968715458d557a4030fb548f57c.zip hdf5-99a30e1e601a7968715458d557a4030fb548f57c.tar.gz hdf5-99a30e1e601a7968715458d557a4030fb548f57c.tar.bz2 |
[svn-r1998] Adjusted the library version information to identify this as
development version. Got to remember doing this immediately
after a formal release.
-rw-r--r-- | README | 3 | ||||
-rw-r--r-- | src/H5public.h | 4 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +This is hdf5-1.2.2-pre0 currently under development +Please refer to the INSTALL file for installation instructions. +------------------------------------------------------------------------------ This release is fully functional for the entire API defined in the documentation, see the RELEASE file in this directory for information diff --git a/src/H5public.h b/src/H5public.h index 2ccd3b7..3ee7dea 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -81,8 +81,8 @@ static char RcsId[] = "@(#)$Revision$"; /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 2 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */ -#define H5_VERS_SUBRELEASE "" /* For pre-releases like -pre1, -beta. */ +#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_SUBRELEASE "-pre0" /* For pre-releases like -pre1, -beta. */ /* Empty string for real releases. */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ |