summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2012-07-09 16:52:38 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2012-07-09 16:52:38 (GMT)
commitf49fe94a094b2f3c4ac67dc6654065de84cc5b63 (patch)
tree7cca4ca52fe74cf5ef79ff0468b6b636a30dcaaf /src
parent434466e58ee41fc1cec5a184bc746ad88883e30a (diff)
downloadhdf5-f49fe94a094b2f3c4ac67dc6654065de84cc5b63.zip
hdf5-f49fe94a094b2f3c4ac67dc6654065de84cc5b63.tar.gz
hdf5-f49fe94a094b2f3c4ac67dc6654065de84cc5b63.tar.bz2
[svn-r22524] Snapshot version 1.8 release 10 (snap6)
Diffstat (limited to 'src')
-rw-r--r--src/H5public.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 1da721b..f075638 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 8 /* For minor interface/format changes */
#define H5_VERS_RELEASE 10 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap5" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap6" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.10-snap5" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.10-snap6" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)