summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2014-10-06 19:19:35 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2014-10-06 19:19:35 (GMT)
commitf34c7e499333fe9624bd1b9322ddb931f252c407 (patch)
treebbdb22926019e80e06e408edcefa00ff52a947d0 /src/H5public.h
parent6b2f27965b992992a97415c2c3fc6843a72177b2 (diff)
downloadhdf5-f34c7e499333fe9624bd1b9322ddb931f252c407.zip
hdf5-f34c7e499333fe9624bd1b9322ddb931f252c407.tar.gz
hdf5-f34c7e499333fe9624bd1b9322ddb931f252c407.tar.bz2
[svn-r25673] Change version to 1.8.15-snap0.
Diffstat (limited to 'src/H5public.h')
-rw-r--r--src/H5public.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5public.h b/src/H5public.h
index 22e3bd8..64d61ec 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -94,10 +94,10 @@ extern "C" {
/* Version numbers */
#define H5_VERS_MAJOR 1 /* For major interface/format changes */
#define H5_VERS_MINOR 8 /* For minor interface/format changes */
-#define H5_VERS_RELEASE 14 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap19" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 15 /* For tweaks, bug-fixes, or development */
+#define H5_VERS_SUBRELEASE "snap0" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.14-snap19" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.15-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)