summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-13 18:06:16 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-13 18:06:16 (GMT)
commit2ad18c24ac2344e6153eb26f2f5bf22e23254278 (patch)
treed86c3901a603f19cee86c87045c9255680f05bbd /src/H5public.h
parenta847246eb43ff8f38d7022158ea0a44a63303dee (diff)
downloadhdf5-2ad18c24ac2344e6153eb26f2f5bf22e23254278.zip
hdf5-2ad18c24ac2344e6153eb26f2f5bf22e23254278.tar.gz
hdf5-2ad18c24ac2344e6153eb26f2f5bf22e23254278.tar.bz2
[svn-r8055] Purpose:
Bump revision number after creating snapshot for user testing.
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 a8dd7c4..a31bb37 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 "post16" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post17" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.1-post16" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.1-post17" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)