From 40bf5dedddaaaa666e7d747c664c7bc47bda40f3 Mon Sep 17 00:00:00 2001 From: Robb Matzke Date: Thu, 3 Sep 1998 04:20:38 -0500 Subject: [svn-r657] Snapshot --- README | 2 +- src/.distdep | 46 +++++++++++++++++++++++----------------------- src/H5public.h | 2 +- 3 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README b/README index cf0f44c..88933dc 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This is hdf5-1.0.75 released on Mon Aug 31 11:01:09 CDT 1998 +This is hdf5-1.0.76 released on Thu Sep 3 04:19:40 CDT 1998 Please refer to the INSTALL file for installation instructions. ------------------------------------------------------------------------------ diff --git a/src/.distdep b/src/.distdep index 5309fd5..52a7f29 100644 --- a/src/.distdep +++ b/src/.distdep @@ -857,6 +857,29 @@ H5R.o: \ H5Zpublic.h \ H5Eprivate.h \ H5Epublic.h +H5S.o: \ + H5S.c \ + H5private.h \ + H5public.h \ + H5config.h \ + H5Iprivate.h \ + H5Ipublic.h \ + H5Eprivate.h \ + H5Epublic.h \ + H5MMprivate.h \ + H5MMpublic.h \ + H5Oprivate.h \ + H5Opublic.h \ + H5Fprivate.h \ + H5Fpublic.h \ + H5Dpublic.h \ + H5Gprivate.h \ + H5Gpublic.h \ + H5Bprivate.h \ + H5Bpublic.h \ + H5HGprivate.h \ + H5HGpublic.h \ + H5Tprivate.h H5Sall.o: \ H5Sall.c \ H5private.h \ @@ -1122,26 +1145,3 @@ H5Z.o: \ H5Spublic.h \ H5Zprivate.h \ H5Zpublic.h -H5S.o: \ - H5S.c \ - H5private.h \ - H5public.h \ - H5config.h \ - H5Iprivate.h \ - H5Ipublic.h \ - H5Eprivate.h \ - H5Epublic.h \ - H5MMprivate.h \ - H5MMpublic.h \ - H5Oprivate.h \ - H5Opublic.h \ - H5Fprivate.h \ - H5Fpublic.h \ - H5Dpublic.h \ - H5Gprivate.h \ - H5Gpublic.h \ - H5Bprivate.h \ - H5Bpublic.h \ - H5HGprivate.h \ - H5HGpublic.h \ - H5Tprivate.h diff --git a/src/H5public.h b/src/H5public.h index 9b11169..b8e5eeb 100644 --- a/src/H5public.h +++ b/src/H5public.h @@ -27,7 +27,7 @@ /* Version numbers */ #define H5_VERS_MAJOR 1 /* For major interface/format changes */ #define H5_VERS_MINOR 0 /* For minor interface/format changes */ -#define H5_VERS_RELEASE 76 /* For tweaks, bug-fixes, or development */ +#define H5_VERS_RELEASE 77 /* For tweaks, bug-fixes, or development */ #define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \ H5_VERS_RELEASE) -- cgit v0.12