summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-11-22 09:26:30 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-11-22 09:26:30 (GMT)
commitae8f25bd43666b75275f6cb9e2bf0c084f8cea5e (patch)
tree26da7d02d3d91d1af8b59e09182d20fea4f330cc
parentc43b9183ccf64b8a8dae444029863ee61397901d (diff)
downloadhdf5-ae8f25bd43666b75275f6cb9e2bf0c084f8cea5e.zip
hdf5-ae8f25bd43666b75275f6cb9e2bf0c084f8cea5e.tar.gz
hdf5-ae8f25bd43666b75275f6cb9e2bf0c084f8cea5e.tar.bz2
[svn-r943] Snapshot
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 23df0b4..3df6145 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 30 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 31 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)