summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2013-01-21 02:29:26 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2013-01-21 02:29:26 (GMT)
commit17f2fde031155047beaf003c00427e4f9787abc9 (patch)
treed558081100468e6ae1ed937d9ef8a087ab20fd74 /src
parentf7f0217d95971971ed66ac602d800e105433708d (diff)
downloadhdf5-17f2fde031155047beaf003c00427e4f9787abc9.zip
hdf5-17f2fde031155047beaf003c00427e4f9787abc9.tar.gz
hdf5-17f2fde031155047beaf003c00427e4f9787abc9.tar.bz2
[svn-r23181] Snapshot version 1.8 release 11 (snap7)
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 1b7e7b5..203a39c 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 11 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap7" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap8" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.11-snap7" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.11-snap8" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)