summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-08-05 22:25:04 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-08-05 22:25:04 (GMT)
commit9d5ee01b1705858389a8d0c3c25f30aa8876646c (patch)
tree5d8b6b27a47fc9feb3b073e8f7a7819d615217aa /src
parent87cafe6f153e4e6704da7447cccd50343c7da018 (diff)
downloadhdf5-9d5ee01b1705858389a8d0c3c25f30aa8876646c.zip
hdf5-9d5ee01b1705858389a8d0c3c25f30aa8876646c.tar.gz
hdf5-9d5ee01b1705858389a8d0c3c25f30aa8876646c.tar.bz2
[svn-r573] *** empty log message ***
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 1bdb659..511cb27 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 60 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 61 /* For tweaks, bug-fixes, or development */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)