summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-21 09:20:06 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-21 09:20:06 (GMT)
commitbf5d98d7b9018c03e947422dc6f43e76feeca2b0 (patch)
treee20777413c4302073bf9f1d6ebfd47e7c0bcccfa /src
parent5ce4069c2483ee38be3622109a5e15ab6b0381bd (diff)
downloadhdf5-bf5d98d7b9018c03e947422dc6f43e76feeca2b0.zip
hdf5-bf5d98d7b9018c03e947422dc6f43e76feeca2b0.tar.gz
hdf5-bf5d98d7b9018c03e947422dc6f43e76feeca2b0.tar.bz2
[svn-r772] 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 b01e60e..083eb7b 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 14 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 15 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)