summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-18 09:20:09 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-18 09:20:09 (GMT)
commitd3c8def6aa7e19e0005b6392f41a9d4bd4bb14af (patch)
treed7a43d3c848f4fff7a0e3729458f6f14a23b6c06 /src/H5public.h
parent50e980f28ebd75cb73b34660ab483f15041a71e6 (diff)
downloadhdf5-d3c8def6aa7e19e0005b6392f41a9d4bd4bb14af.zip
hdf5-d3c8def6aa7e19e0005b6392f41a9d4bd4bb14af.tar.gz
hdf5-d3c8def6aa7e19e0005b6392f41a9d4bd4bb14af.tar.bz2
[svn-r705] Snapshot
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 c96ab63..39bd32c 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 2 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)