summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-03 09:20:38 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-03 09:20:38 (GMT)
commit40bf5dedddaaaa666e7d747c664c7bc47bda40f3 (patch)
tree2e7ac2793994333c86c3645dfb3b04ebdb7f6905
parent20419385684e8e0bbba6939f7049a9800a98089e (diff)
downloadhdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.zip
hdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.tar.gz
hdf5-40bf5dedddaaaa666e7d747c664c7bc47bda40f3.tar.bz2
[svn-r657] Snapshot
-rw-r--r--README2
-rw-r--r--src/.distdep46
-rw-r--r--src/H5public.h2
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)