summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-01-11 08:19:32 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2004-01-11 08:19:32 (GMT)
commitf151f5a2a567037650b7acae74b3bd3cdc93d7af (patch)
tree28d5787ee17925677819f45c959230803bc6d2df /src/H5public.h
parent25f92bf3551db1d59e685d4f46c8b9630b69347f (diff)
downloadhdf5-f151f5a2a567037650b7acae74b3bd3cdc93d7af.zip
hdf5-f151f5a2a567037650b7acae74b3bd3cdc93d7af.tar.gz
hdf5-f151f5a2a567037650b7acae74b3bd3cdc93d7af.tar.bz2
[svn-r8051] Snapshot version 1.7 release 15
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 34e9855..f568b15 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,10 +75,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 7 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 15 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 16 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.7.15" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.16" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)