summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-04-18 09:19:55 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-04-18 09:19:55 (GMT)
commited9118ff7a2bec14fcf710f525ffffc5bb23b984 (patch)
treea9be0dab14845e3b7f5dfd3271943a5eb9bd00f8 /src
parentf46440f3059ebce02b32cd20b3aa56b3c3d88601 (diff)
downloadhdf5-ed9118ff7a2bec14fcf710f525ffffc5bb23b984.zip
hdf5-ed9118ff7a2bec14fcf710f525ffffc5bb23b984.tar.gz
hdf5-ed9118ff7a2bec14fcf710f525ffffc5bb23b984.tar.bz2
[svn-r1194] 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 bd03282..9c4ecc1 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 77 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 78 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)