summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-10-26 20:02:05 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-10-26 20:02:05 (GMT)
commit2de64cfcb16508dbb6125b9ea62a6c9a6c127561 (patch)
treeac52ad5214ebc434f7ed7a6a584962e0f20d5660 /src/H5public.h
parent2768e04e4c3937edbe6fa8d95cd0a37c31f9cc18 (diff)
downloadhdf5-2de64cfcb16508dbb6125b9ea62a6c9a6c127561.zip
hdf5-2de64cfcb16508dbb6125b9ea62a6c9a6c127561.tar.gz
hdf5-2de64cfcb16508dbb6125b9ea62a6c9a6c127561.tar.bz2
[svn-r1794] Snapshot version 1.3 release 3
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 6456136..a0e7f85 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -87,7 +87,7 @@ static char RcsId[] = "@(#)$Revision$";
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 3 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)