summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-16 09:20:11 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-16 09:20:11 (GMT)
commitf7b0fee6effa11cfc57d0cd40d16da470096c140 (patch)
treed028eb401de7ed4cf5e42cc1fd8d16e1758a902e
parent51ff984269fce896e20e84433ec333530858073d (diff)
downloadhdf5-f7b0fee6effa11cfc57d0cd40d16da470096c140.zip
hdf5-f7b0fee6effa11cfc57d0cd40d16da470096c140.tar.gz
hdf5-f7b0fee6effa11cfc57d0cd40d16da470096c140.tar.bz2
[svn-r701] 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 396b26b..913ad19 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 0 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)