From 33258c0073aa623478d3b8bce7688925375115ed Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 17 Feb 1998 15:19:13 -0500 Subject: [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. --- INSTALL | 18 +++++++++--------- README | 2 +- RELEASE | 2 +- bin/release | 2 +- src/H5private.h | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/INSTALL b/INSTALL index 0645320..40b04f8 100644 --- a/INSTALL +++ b/INSTALL @@ -1,34 +1,34 @@ This file contains instructions for the installation of HDF5 on Unix-like systems. First, one must obtain a tarball of the HDF5 -release from ---FIXME---->http://hdf5.ncsa.uiuc.edu<----FIXME--- +release from the ftp://hdf.ncsa.uiuc.edu/pub/dist/HDF5 repository. The files are available in uncompressed tar, gzip, bzip2, and compress formats. For those that like to live dangerously and don't like to read ;-) you can do the following: - $ tar xf hdf-5.0.0a.tar - $ cd hdf-5.0.0a + $ tar xf hdf5-1.0.0a.tar + $ cd hdf5-1.0.0a $ make test $ make install # Optional Step 1. Unpack the source tree. - * The tarball will unpack into an hdf-5.0.0a directory with one of + * The tarball will unpack into an hdf5-1.0.0a directory with one of the following commands: - $ tar xf hdf-5.0.0a.tar OR - $ gunzip /* 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 */ -- cgit v0.12