summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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..674271b 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 be between H5_VERS_xxx and 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 */