summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-03-04 09:22:29 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-03-04 09:22:29 (GMT)
commit25421a64fd4413a4ff4bccb7c3137f0abdb8a36e (patch)
tree179aafd340fc9d764a2a56e10f79bc146e984a33 /src
parentea3624e133ef35ec9c2c3f816a3afdbfb6b83156 (diff)
downloadhdf5-25421a64fd4413a4ff4bccb7c3137f0abdb8a36e.zip
hdf5-25421a64fd4413a4ff4bccb7c3137f0abdb8a36e.tar.gz
hdf5-25421a64fd4413a4ff4bccb7c3137f0abdb8a36e.tar.bz2
[svn-r1116] 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 6a1fbf1..2a5b00c 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 56 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 57 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)