summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-01 09:19:50 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-01 09:19:50 (GMT)
commit96c626d42fb2fa5a4e619b7cd9a6d7e67c30488b (patch)
tree09b1ce908a33d8f69ffa2a65c0efb213bd58e20c
parent4aa79bb211349c6696677076c02b674275aff797 (diff)
downloadhdf5-96c626d42fb2fa5a4e619b7cd9a6d7e67c30488b.zip
hdf5-96c626d42fb2fa5a4e619b7cd9a6d7e67c30488b.tar.gz
hdf5-96c626d42fb2fa5a4e619b7cd9a6d7e67c30488b.tar.bz2
[svn-r642] Snapshot
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 87b4464..9b11169 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 75 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 76 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)