summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-07-15 03:47:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-07-15 03:47:39 (GMT)
commiteb784ecd693a54c2153d8b9eb6ddbec88613b802 (patch)
tree6b86712d87770c35a85618917c0ffac9c0e73d7e /src/H5public.h
parent5b6f42727c81c0ec8f70cf8277fd01fb8fabe549 (diff)
downloadhdf5-eb784ecd693a54c2153d8b9eb6ddbec88613b802.zip
hdf5-eb784ecd693a54c2153d8b9eb6ddbec88613b802.tar.gz
hdf5-eb784ecd693a54c2153d8b9eb6ddbec88613b802.tar.bz2
[svn-r495] Finished debugging element selections. H5Sselect_elements call now working
correctly (as opposed to not at all... :-)
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 3cd58df..c5a6661 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -27,7 +27,7 @@
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface changes */
#define H5_VERS_MINOR 0 /* For minor interface changes */
-#define H5_VERS_RELEASE 17 /* For interface tweaks & bug-fixes */
+#define H5_VERS_RELEASE 19 /* For interface tweaks & bug-fixes */
#define H5_VERS_PATCH 0 /* For small groups of bug fixes */
#define H5check() H5vers_check(H5_VERS_MAJOR,H5_VERS_MINOR,\