summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-12-13 20:10:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-12-13 20:10:36 (GMT)
commit7352b3a30f9e41b5720fcc8bb1005f82ee44d423 (patch)
treeb66cd8c45228dedce595776e945952a8af7575de /src/H5public.h
parentbbb4d22621213e8a0fcb4cfbe20622acda741ac3 (diff)
downloadhdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.zip
hdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.tar.gz
hdf5-7352b3a30f9e41b5720fcc8bb1005f82ee44d423.tar.bz2
[svn-r7952] Purpose:
Bug snapshot version after creating tar file for user to test bugfix.
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 1d5b251..07a9eed 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 "post6" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "post7" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.6.1-post6" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.6.1-post7" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)