summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-11-09 08:06:07 (GMT)
committerHDF Admin <hdfadmin@ncsa.uiuc.edu>2003-11-09 08:06:07 (GMT)
commit834c8a06f3c56ff15fb7f28ac3d583581294976d (patch)
tree7177299189e380b797bea11b50973dfc939723f0 /src/H5public.h
parent0497e80b5017f0292a3232cfec4e268f9776d137 (diff)
downloadhdf5-834c8a06f3c56ff15fb7f28ac3d583581294976d.zip
hdf5-834c8a06f3c56ff15fb7f28ac3d583581294976d.tar.gz
hdf5-834c8a06f3c56ff15fb7f28ac3d583581294976d.tar.bz2
[svn-r7831] Snapshot version 1.7 release 10
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 a90b5cb..2813186 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 10 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_RELEASE 11 /* 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.10" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.7.11" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)