summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-27 09:19:56 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-27 09:19:56 (GMT)
commit1e88d9ac676a6672770bab3eef5cb512bef40194 (patch)
tree702c162b84363b89d5f614ed9b8116702567aa8d /src
parent27cf1577bafb29f6ea1a914d4f345da422b4e464 (diff)
downloadhdf5-1e88d9ac676a6672770bab3eef5cb512bef40194.zip
hdf5-1e88d9ac676a6672770bab3eef5cb512bef40194.tar.gz
hdf5-1e88d9ac676a6672770bab3eef5cb512bef40194.tar.bz2
[svn-r804] 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 dfc8525..56da8aa 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -27,7 +27,7 @@
/* 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 19 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 20 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)