summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorMike McGreevy <mamcgree@hdfgroup.org>2011-10-21 15:55:40 (GMT)
committerMike McGreevy <mamcgree@hdfgroup.org>2011-10-21 15:55:40 (GMT)
commite52623c9fecf053f211e72f94af1c43df914f199 (patch)
tree0bec80b2dcb013f36361e7fbf5819cc9c68fd55d /src/H5public.h
parent15fc1f3a72b3926248b9f9680ab0a997dd64d419 (diff)
downloadhdf5-e52623c9fecf053f211e72f94af1c43df914f199.zip
hdf5-e52623c9fecf053f211e72f94af1c43df914f199.tar.gz
hdf5-e52623c9fecf053f211e72f94af1c43df914f199.tar.bz2
[svn-r21638] Update 1.8 branch version to 1.8.9-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 fa21ee6..b79ded9 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -75,10 +75,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 8 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap19" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 9 /* 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.8-snap19" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.9-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)