summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-05-17 09:21:10 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-05-17 09:21:10 (GMT)
commit3245cbdf450d76446f8f59f163673215d08ca70f (patch)
treea27d2af503f6d011fd0aae5e2d8a18af63424df2 /src/H5public.h
parent72a1a02b834e37e6089fa9074244a7d1acff92be (diff)
downloadhdf5-3245cbdf450d76446f8f59f163673215d08ca70f.zip
hdf5-3245cbdf450d76446f8f59f163673215d08ca70f.tar.gz
hdf5-3245cbdf450d76446f8f59f163673215d08ca70f.tar.bz2
[svn-r1261] 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 4e07c3a..305fdb0 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -41,7 +41,7 @@ static char RcsId[] = "@(#)$Revision$";
/* 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 99 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 100 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)