summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-23 09:20:01 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-23 09:20:01 (GMT)
commit5fcf0dc22ece3dcbfd139936e3ae4f70024d7678 (patch)
tree601a25050843ef42434464dd475873eeec32b4a8 /src/H5public.h
parent6d9af583912f6cd35cdac05283740fdccc489cc4 (diff)
downloadhdf5-5fcf0dc22ece3dcbfd139936e3ae4f70024d7678.zip
hdf5-5fcf0dc22ece3dcbfd139936e3ae4f70024d7678.tar.gz
hdf5-5fcf0dc22ece3dcbfd139936e3ae4f70024d7678.tar.bz2
[svn-r715] 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 841c3b4..a383a33 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 7 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 8 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)