summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-08-05 22:24:35 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-08-05 22:24:35 (GMT)
commit87cafe6f153e4e6704da7447cccd50343c7da018 (patch)
tree4a8b5f95157498b489bb1d53022064f9313ba57d /src
parent8a371209687bd59c9aa56988d394532d296495d1 (diff)
downloadhdf5-87cafe6f153e4e6704da7447cccd50343c7da018.zip
hdf5-87cafe6f153e4e6704da7447cccd50343c7da018.tar.gz
hdf5-87cafe6f153e4e6704da7447cccd50343c7da018.tar.bz2
[svn-r572] *** 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 f451e9b..1bdb659 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 59 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 60 /* For tweaks, bug-fixes, or development */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)