summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-12-20 16:24:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-12-20 16:24:34 (GMT)
commit6ad0946b639a98b10203b96dceaa85747f7c3067 (patch)
tree71b383b090ff003cb2881f877a32c71257819b3c /src
parent1546d2cdd717519e413180f71a3cd5741fd619b8 (diff)
parenta608cd4e09213433ec7799777da4a0a98a03ed42 (diff)
downloadhdf5-6ad0946b639a98b10203b96dceaa85747f7c3067.zip
hdf5-6ad0946b639a98b10203b96dceaa85747f7c3067.tar.gz
hdf5-6ad0946b639a98b10203b96dceaa85747f7c3067.tar.bz2
Merging in latest from upstream (HDFFV/hdf5:refs/heads/hdf5_1_8)
* commit 'a608cd4e09213433ec7799777da4a0a98a03ed42': napshot version 1.8 release 21 (snap1) Snapshot version 1.8 release 21 (snap1) Replaced H5Dopen with H5Dopen2. Platform tested: Linux/32 2.6 (jam)
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 d01229b..9d54967 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -93,9 +93,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 21 /* For tweaks, bug-fixes, or development */
-#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */
+#define H5_VERS_SUBRELEASE "snap2" /* For pre-releases like snap0 */
/* Empty string for real releases. */
-#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap1" /* Full version string */
+#define H5_VERS_INFO "HDF5 library version: 1.8.21-snap2" /* Full version string */
#define H5check() H5check_version(H5_VERS_MAJOR,H5_VERS_MINOR, \
H5_VERS_RELEASE)