diff options
author | Robb Matzke <matzke@llnl.gov> | 1998-09-03 09:20:38 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1998-09-03 09:20:38 (GMT) |
commit | 40bf5dedddaaaa666e7d747c664c7bc47bda40f3 (patch) | |
tree | 2e7ac2793994333c86c3645dfb3b04ebdb7f6905 /src | |
parent | 20419385684e8e0bbba6939f7049a9800a98089e (diff) | |
download | hdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.zip hdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.tar.gz hdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.tar.bz2 |
[svn-r657] Snapshot
Diffstat (limited to 'src')
-rw-r--r-- | src/.distdep | 46 | ||||
-rw-r--r-- | src/H5public.h | 2 |
2 files changed, 24 insertions, 24 deletions
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) |