summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2001-08-18 22:39:33 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2001-08-18 22:39:33 (GMT)
commit22f2680e87757fa0520d801a6a8d310db54908b1 (patch)
treebbc4ce2fc462f5def1490fd74342394e701e118a /src/H5public.h
parent69c826da469cdcf389a1918b79911fbf8674297b (diff)
downloadhdf5-22f2680e87757fa0520d801a6a8d310db54908b1.zip
hdf5-22f2680e87757fa0520d801a6a8d310db54908b1.tar.gz
hdf5-22f2680e87757fa0520d801a6a8d310db54908b1.tar.bz2
[svn-r4389] Purpose:
Update docs. Description: Mention change to H5Awrite API from a "void *" to a "const void *"
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 1c92c19..9c1eb77 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -60,10 +60,10 @@
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 4 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 2 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "post1" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 3 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.4.2-post1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.4.3-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)