summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-02-20 09:18:37 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-02-20 09:18:37 (GMT)
commit35a62b068bc6b124004d331c3e949d571682417a (patch)
tree78bd4ad7fd21cde809d9548ea1f9eb9440f0fe95 /src
parentb16c146160121f9406d918a4909b2b8f0726a876 (diff)
downloadhdf5-35a62b068bc6b124004d331c3e949d571682417a.zip
hdf5-35a62b068bc6b124004d331c3e949d571682417a.tar.gz
hdf5-35a62b068bc6b124004d331c3e949d571682417a.tar.bz2
[svn-r1086] 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 cd6ec33..a391cab 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -41,7 +41,7 @@ static char RcsId[] = "@(#)$Revision$";
/* 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 44 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 45 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)