summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-22 09:20:10 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-22 09:20:10 (GMT)
commit5ba39f7ca23aed43012cb9d43a5132051c9c2bda (patch)
tree12c648b6e8eed59722858c30708ba8971d6936b3 /src
parent2bfbf4f707415774e17d160e626a5e11ff8d8d61 (diff)
downloadhdf5-5ba39f7ca23aed43012cb9d43a5132051c9c2bda.zip
hdf5-5ba39f7ca23aed43012cb9d43a5132051c9c2bda.tar.gz
hdf5-5ba39f7ca23aed43012cb9d43a5132051c9c2bda.tar.bz2
[svn-r774] Snapshot
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 083eb7b..2e07a24 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 1 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 15 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 16 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)