summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-03-05 09:22:09 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-03-05 09:22:09 (GMT)
commit596c1905e80fd5518f28e97951113359edad43df (patch)
treefa2f5f2cbe91b1da8e53be91829ba49f6a443cfe /src
parent96320e69c087ff011370a3f070500fa1f9a52a23 (diff)
downloadhdf5-596c1905e80fd5518f28e97951113359edad43df.zip
hdf5-596c1905e80fd5518f28e97951113359edad43df.tar.gz
hdf5-596c1905e80fd5518f28e97951113359edad43df.tar.bz2
[svn-r1118] 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 2a5b00c..0ce119c 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -41,7 +41,7 @@ static char RcsId[] = "@(#)$Revision$";
/* 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 57 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 58 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)