summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-19 09:19:57 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-19 09:19:57 (GMT)
commita3170cae38899cf630e6cf095fca1d2bc02947ec (patch)
tree8fadfebbb236e97f2098920032d84d568c3c1f7e /src/H5public.h
parent1d134c4d3fcb6942a77a75d150a63d9bed33ed61 (diff)
downloadhdf5-a3170cae38899cf630e6cf095fca1d2bc02947ec.zip
hdf5-a3170cae38899cf630e6cf095fca1d2bc02947ec.tar.gz
hdf5-a3170cae38899cf630e6cf095fca1d2bc02947ec.tar.bz2
[svn-r708] 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 39bd32c..d216505 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 3 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 4 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)