summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-30 09:20:08 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-30 09:20:08 (GMT)
commit707f99cd0ca1407e5efc32992d28b55a9b124f61 (patch)
tree51beba2466c208ba28ddd5b9fb20dfd32ba824bf /src
parent04001aa89bd13ac073db34c705aa2c7ebebc3834 (diff)
downloadhdf5-707f99cd0ca1407e5efc32992d28b55a9b124f61.zip
hdf5-707f99cd0ca1407e5efc32992d28b55a9b124f61.tar.gz
hdf5-707f99cd0ca1407e5efc32992d28b55a9b124f61.tar.bz2
[svn-r843] 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 8c04804..579efa6 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 2 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)