summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-13 18:34:50 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-13 18:34:50 (GMT)
commit88bb52df72ebd07d07aac7c484e4196529365b44 (patch)
tree455d3d81ff769c5725b8a66e5e501f058ed2f4b3 /src/H5public.h
parent0e9e49d635c1acb45483e6d0c77b28610757ff32 (diff)
downloadhdf5-88bb52df72ebd07d07aac7c484e4196529365b44.zip
hdf5-88bb52df72ebd07d07aac7c484e4196529365b44.tar.gz
hdf5-88bb52df72ebd07d07aac7c484e4196529365b44.tar.bz2
[svn-r754] Snapshot
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 9ff0770..de646af 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 10 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 11 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)