summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-12-08 09:23:07 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-12-08 09:23:07 (GMT)
commit16b789409def33adf5a64ba0adaeaf6204a20dad (patch)
tree38838df7677a9137a428d83164ca8701eda9299d /src
parentd0b9e6dd0a5cb12bae85a8b9d368bcb4c4e6d8ae (diff)
downloadhdf5-16b789409def33adf5a64ba0adaeaf6204a20dad.zip
hdf5-16b789409def33adf5a64ba0adaeaf6204a20dad.tar.gz
hdf5-16b789409def33adf5a64ba0adaeaf6204a20dad.tar.bz2
[svn-r963] 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 5e5ad9a..bcfca23 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 34 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 35 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)