summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-17 09:20:17 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-17 09:20:17 (GMT)
commit50e980f28ebd75cb73b34660ab483f15041a71e6 (patch)
treeabf2cb8eeafdbf1cff45c8ae988a19f696a90075 /src
parent971c7617dbef2dc36ee3737e91d8065c0ef0892c (diff)
downloadhdf5-50e980f28ebd75cb73b34660ab483f15041a71e6.zip
hdf5-50e980f28ebd75cb73b34660ab483f15041a71e6.tar.gz
hdf5-50e980f28ebd75cb73b34660ab483f15041a71e6.tar.bz2
[svn-r704] 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 913ad19..c96ab63 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 1 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)