summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-24 09:20:07 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-24 09:20:07 (GMT)
commitf180bc993f45bdb5d3a46abeab9e1378e6f210da (patch)
treec0ca1ea32fb94bbcdde059c4f1cea208f8036f7c /src
parent0e8e2d56c5fe52f4344d6aceb80eb468756660d7 (diff)
downloadhdf5-f180bc993f45bdb5d3a46abeab9e1378e6f210da.zip
hdf5-f180bc993f45bdb5d3a46abeab9e1378e6f210da.tar.gz
hdf5-f180bc993f45bdb5d3a46abeab9e1378e6f210da.tar.bz2
[svn-r719] 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 a383a33..e042abf 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 8 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 9 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)