summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-03-12 09:22:26 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-03-12 09:22:26 (GMT)
commitd6cc19e3f2f84d50e1a62b004a34d6c2a9734a10 (patch)
treea166204a788ba8b90233e259d2ac8375b4163ab0
parent84b5b71e84478ff367019891dcecf70fcccb7df2 (diff)
downloadhdf5-d6cc19e3f2f84d50e1a62b004a34d6c2a9734a10.zip
hdf5-d6cc19e3f2f84d50e1a62b004a34d6c2a9734a10.tar.gz
hdf5-d6cc19e3f2f84d50e1a62b004a34d6c2a9734a10.tar.bz2
[svn-r1137] Snapshot
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index a23a80c..00715e3 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 61 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 62 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)