summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1998-10-23 09:20:00 (GMT)
committerRobb Matzke <matzke@llnl.gov>1998-10-23 09:20:00 (GMT)
commit97621ca893aeebe459bb91265525b6409dc0a5b9 (patch)
treeb509fdea92eb89adafc6627644092b7de237bafa
parent85cf3f4bb818f9de4497671b1816e63e2c338c38 (diff)
downloadhdf5-97621ca893aeebe459bb91265525b6409dc0a5b9.zip
hdf5-97621ca893aeebe459bb91265525b6409dc0a5b9.tar.gz
hdf5-97621ca893aeebe459bb91265525b6409dc0a5b9.tar.bz2
[svn-r778] Snapshot
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 04550c0..a487de7 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 16 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 17 /* For tweaks, bug-fixes, or development */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)