summaryrefslogtreecommitdiffstats
path: root/src/H5public.h
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-10-30 19:57:03 (GMT)
committerlrknox <lrknox>2017-10-30 19:57:03 (GMT)
commite57c83fce0b1b68b57098fe8a5da378095086103 (patch)
tree9a6a413782e09a727cc53c6819c00d7ecd4ea8ef /src/H5public.h
parent42cdbb9e71ab6fe74196f361ce2b1a6eb92a5245 (diff)
downloadhdf5-e57c83fce0b1b68b57098fe8a5da378095086103.zip
hdf5-e57c83fce0b1b68b57098fe8a5da378095086103.tar.gz
hdf5-e57c83fce0b1b68b57098fe8a5da378095086103.tar.bz2
Update version string on hdf5_1_8 development branch following creation of new
hdf5_1_8_20 branch.
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 c6193a3..d8ad851 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -92,10 +92,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 20 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap8" /* For pre-releases like snap0 */
+#define H5_VERS_RELEASE 21 /* 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.20-snap8" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap0" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)