From 74206b2549bfc9338a3a6819afadc51863b16160 Mon Sep 17 00:00:00 2001 From: Marco Ippolito Date: Mon, 22 May 2023 17:50:16 +0200 Subject: [PATCH] deps: update histogram 0.11.8 PR-URL: https://github.com/nodejs/node/pull/47742 Reviewed-By: Rafael Gonzaga --- deps/histogram/include/hdr/hdr_histogram_version.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deps/histogram/include/hdr/hdr_histogram_version.h b/deps/histogram/include/hdr/hdr_histogram_version.h index 7724d7579b4b5b..a9a4300170875a 100644 --- a/deps/histogram/include/hdr/hdr_histogram_version.h +++ b/deps/histogram/include/hdr/hdr_histogram_version.h @@ -1,11 +1,12 @@ /** - * @file hdr_histogram_version.h - * @brief Definitions for HdrHistogram's version number. + * hdr_histogram_version.h + * Written by Marco Ippolito, Michael Barker and released to the public domain, + * as explained at http://creativecommons.org/publicdomain/zero/1.0/ */ #ifndef HDR_HISTOGRAM_VERSION_H #define HDR_HISTOGRAM_VERSION_H -#define HDR_HISTOGRAM_VERSION "0.11.7" +#define HDR_HISTOGRAM_VERSION "0.11.8" -#endif // HDR_HISTOGRAM_VERSION_H \ No newline at end of file +#endif // HDR_HISTOGRAM_VERSION_H