summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-11-03 09:20:56 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-11-03 09:20:56 (GMT)
commit3039dac9dc5335b2c50608ad6a4503644d47f5d7 (patch)
tree27a3de2b0c087642884f9201d6ebf391b3bda41d /src
parent7fd471c43c097862825a48e8302ad78a8ab6a7b0 (diff)
downloadhdf5-3039dac9dc5335b2c50608ad6a4503644d47f5d7.zip
hdf5-3039dac9dc5335b2c50608ad6a4503644d47f5d7.tar.gz
hdf5-3039dac9dc5335b2c50608ad6a4503644d47f5d7.tar.bz2
[svn-r864] 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 6e49151..60d74f6 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 20 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 21 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)