diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-07-10 15:12:34 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-07-10 15:12:34 (GMT) |
commit | f88b0064d359c746cddc05158476ea86eaefc152 (patch) | |
tree | fee94a5e7fb546f109b7b6d5b7dbbafb00591829 /src/H5public.h | |
parent | 26d0f66a4530fdfc6c2bafe465a6ce1a9b67604b (diff) | |
download | hdf5-f88b0064d359c746cddc05158476ea86eaefc152.zip hdf5-f88b0064d359c746cddc05158476ea86eaefc152.tar.gz hdf5-f88b0064d359c746cddc05158476ea86eaefc152.tar.bz2 |
[svn-r478] Changes since 19980709
----------------------
./README
./bin/release
The first line of the README file is updated automatically
by the `release' script to associate a date with a release
number. For example:
This is hdf5-1.0.9a released on 1998-06-09 18:00 UTC
Please refer to the INSTALL file for installation instructions.
./src/H5public.h
Release number incremented. This happens automatically now if
you run the `release' script in `-batch' mode. I'll stop
documenting changes to this file unless they're something
other than a release number change.
./MANIFEST
Added Elena's new files.
Diffstat (limited to 'src/H5public.h')
-rw-r--r-- | src/H5public.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h index 16f007e..d14b3e0 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -27,7 +27,7 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface changes */ #define H5_VERS_MINOR 0 /* For minor interface changes */ -#define H5_VERS_RELEASE 8 /* For interface tweaks & bug-fixes */ +#define H5_VERS_RELEASE 9 /* For interface tweaks & bug-fixes */ #define H5_VERS_PATCH 0 /* For small groups of bug fixes */ #define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR,\ |