summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-12-13 18:21:19 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-12-13 18:21:19 (GMT)
commit3f845b25c025a2d11ca9b8884204adc2e6af1d6d (patch)
tree91715cb5527d203246af08b2de4d181f9fd3a8b6 /src/H5public.h
parentff328b54b9312a70dbcf904a99a3cba13b5d435f (diff)
downloadhdf5-3f845b25c025a2d11ca9b8884204adc2e6af1d6d.zip
hdf5-3f845b25c025a2d11ca9b8884204adc2e6af1d6d.tar.gz
hdf5-3f845b25c025a2d11ca9b8884204adc2e6af1d6d.tar.bz2
[svn-r7945] Purpose:
Bump snapshot version number after giving a snapshot w/bugfix to a 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 9fed8b8..1d5b251 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 "post5" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post6" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.1-post5" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.1-post6" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)