summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-09-20 09:20:11 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-09-20 09:20:11 (GMT)
commit42c184af74fc10559b95a461e5b6e5d92d75c9a4 (patch)
tree523b59c95895f9e4af242bd5bffa0e1d9eefddb8 /src
parenta3170cae38899cf630e6cf095fca1d2bc02947ec (diff)
downloadhdf5-42c184af74fc10559b95a461e5b6e5d92d75c9a4.zip
hdf5-42c184af74fc10559b95a461e5b6e5d92d75c9a4.tar.gz
hdf5-42c184af74fc10559b95a461e5b6e5d92d75c9a4.tar.bz2
[svn-r709] 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 d216505..fe1a6ca 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 4 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 5 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)