summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorHDF Tester <hdftest@hdfgroup.org>2015-03-29 23:17:21 (GMT)
committerHDF Tester <hdftest@hdfgroup.org>2015-03-29 23:17:21 (GMT)
commit2b3e867b8499068ec6acf1f5e5b80ca698fca913 (patch)
tree291096cdc17f3a8cfb099c7c9b6fcd1fb40dce7e /src/H5public.h
parentc183d0d6f32504fc4829c57e9b9ef0d66a3923cd (diff)
downloadhdf5-2b3e867b8499068ec6acf1f5e5b80ca698fca913.zip
hdf5-2b3e867b8499068ec6acf1f5e5b80ca698fca913.tar.gz
hdf5-2b3e867b8499068ec6acf1f5e5b80ca698fca913.tar.bz2
[svn-r26644] Snapshot version 1.8 release 15 (snap13)
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 694049a..2987133 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -95,9 +95,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 15 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap13" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap14" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.15-snap13" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.15-snap14" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)