summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-19 18:51:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-19 18:51:21 (GMT)
commit01f079c241f0b9cc366e01e5e769457ba795fd73 (patch)
treeb30ae1ed257b49353359635a8e1fc495230b590d /src/H5public.h
parent60437a575a20e11590a6207f733a302920b2bbc2 (diff)
downloadhdf5-01f079c241f0b9cc366e01e5e769457ba795fd73.zip
hdf5-01f079c241f0b9cc366e01e5e769457ba795fd73.tar.gz
hdf5-01f079c241f0b9cc366e01e5e769457ba795fd73.tar.bz2
[svn-r8081] Purpose:
Bump version number after creating snapshot for user.
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 599ece1..13ae72f 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -76,9 +76,9 @@ extern "C" {
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 6 /* For minor interface/format changes */
#define H5_VERS_RELEASE 1 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "post19" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post20" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.1-post19" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.1-post20" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)