diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-02-17 20:19:13 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-02-17 20:19:13 (GMT) |
commit | 33258c0073aa623478d3b8bce7688925375115ed (patch) | |
tree | e91f7d45011ab55db53e457a8563ef4f9c7ab00c /src | |
parent | 3f9200223761076b9cc97341ce586f8bae2f3948 (diff) | |
download | hdf5-33258c0073aa623478d3b8bce7688925375115ed.zip hdf5-33258c0073aa623478d3b8bce7688925375115ed.tar.gz hdf5-33258c0073aa623478d3b8bce7688925375115ed.tar.bz2 |
[svn-r286] Changed release name from "hdf-5.0.0a" to "hdf5-1.0.0a" to explicitly make it
clear that this release is not [currently] compatible with the older HDF
releases.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index 850a2e1..128f875 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -22,7 +22,7 @@ #include <H5public.h> /* Include Public Definitions */ /* Version #'s of library code */ -#define HDF5_MAJOR_VERSION 5 /* For major interface changes */ +#define HDF5_MAJOR_VERSION 1 /* For major interface changes */ #define HDF5_MINOR_VERSION 0 /* For minor interface changes */ #define HDF5_RELEASE_VERSION 0 /* For interface tweaks & bug-fixes */ #define HDF5_PATCH_VERSION 0 /* For small groups of bug fixes */ |