summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-07-30 20:40:39 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-07-30 20:40:39 (GMT)
commit786009a853c2e7269dd298debd3f63e53d9e93c7 (patch)
tree9fbb603f3d9346808d22c3d7cd7b051ead8cf97c /src
parentbd3ae84ddeb1d9a6afa3a91cfe76f7bf8d73b979 (diff)
downloadhdf5-786009a853c2e7269dd298debd3f63e53d9e93c7.zip
hdf5-786009a853c2e7269dd298debd3f63e53d9e93c7.tar.gz
hdf5-786009a853c2e7269dd298debd3f63e53d9e93c7.tar.bz2
[svn-r557] 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 2dc29d7..6205f44 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 0 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 44 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 45 /* For tweaks, bug-fixes, or development */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)