summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-08-27 14:13:14 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-08-27 14:13:14 (GMT)
commit0a1a9bfa9f4340dccc16d82b355dc4cbd218a8ee (patch)
treefccb45d746e42899b2ee6a23b615445c3731616f
parent5c86bb0c5b325cb868ef4b5fad8674bb3a67f6df (diff)
parent79297d9e8605e57b93fc776082d7d3a20064ce6d (diff)
downloadhdf5-0a1a9bfa9f4340dccc16d82b355dc4cbd218a8ee.zip
hdf5-0a1a9bfa9f4340dccc16d82b355dc4cbd218a8ee.tar.gz
hdf5-0a1a9bfa9f4340dccc16d82b355dc4cbd218a8ee.tar.bz2
Merge pull request #1898 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '79297d9e8605e57b93fc776082d7d3a20064ce6d': Add trailing tab Fix separator for shell test
-rw-r--r--src/H5public.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5public.h b/src/H5public.h
index a9de4e5..173d86c 100644
--- a/src/H5public.h
+++ b/src/H5public.h
@@ -89,10 +89,10 @@ extern "C" {
#define H5_GCC_DIAG_ON(x)
#endif
-/* 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 22 /* For tweaks, bug-fixes, or development */
+/* Version numbers TAB char must surround the H5_VERS_xxx number */
+#define H5_VERS_MAJOR 1 /* For major interface/format changes */
+#define H5_VERS_MINOR 8 /* For minor interface/format changes */
+#define H5_VERS_RELEASE 22 /* For tweaks, bug-fixes, or development */
#define H5_VERS_SUBRELEASE "snap1" /* For pre-releases like snap0 */
/* Empty string for real releases. */
#define H5_VERS_INFO "HDF5 library version: 1.8.22-snap1" /* Full version string */